码迷,mamicode.com
首页 > 编程语言 > 详细

Python-100天代码

时间:2019-05-08 00:29:43      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:bsp   click   pytho   play   rtl   isp   one   war   event   

技术图片
import turtle


turtle.pensize(4)
turtle.pencolor(red)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.mainloop()
绘制正方形

 

Python-100天代码

标签:bsp   click   pytho   play   rtl   isp   one   war   event   

原文地址:https://www.cnblogs.com/ShuComputerProgram/p/10829125.html

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