首页 > 其他 > 详细

向大佬低头

时间:2018-11-13 15:53:00      阅读:162      评论:0      收藏:0      [点我收藏+]
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

向大佬低头

原文:https://www.cnblogs.com/xwnb211/p/9952377.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!