向大佬低头

import turtle
turtle.setup(700,500,200,200)
turtle.penup()
turtle.pensize(10)
turtle.pencolor("blue")
turtle.pendown()
turtle.seth(90)
turtle.fd(200)
turtle.seth(150)
turtle.fd(100)
turtle.seth(-150)
turtle.fd(100)
turtle.seth(-90)
turtle.fd(100)
turtle.seth(-30)
turtle.fd(100)
turtle.seth(30)
turtle.fd(100)
turtle.seth(0)
turtle.fd(100)
turtle.seth(180)
turtle.fd(100)
turtle.seth(90)
turtle.fd(100)
turtle.seth(0)
turtle.fd(100)
turtle.seth(-90)
turtle.fd(200)
turtle.seth(0)
turtle.fd(100)
print("1-甲基-8乙基二环[4.2.0]辛烷,向大佬低头")

视频在这:http://www.iqiyi.com/w_19s38w3dkt.html

posted @ 2018-11-13 15:24  xwnb211  阅读(620)  评论(0编辑  收藏  举报