码迷,mamicode.com
首页 > 其他好文 > 详细

向大佬低头

时间:2018-11-13 16:08:47      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:print   turtle   htm   import   port   视频   2.0   color   tle   

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

向大佬低头

标签:print   turtle   htm   import   port   视频   2.0   color   tle   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!