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

无边正方形

时间:2018-04-04 23:16:46      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:span   style   tle   rtl   class   down   size   bsp   pen   

import turtle
turtle.pensize(10)
turtle.pencolor("blue")
turtle.penup()
turtle.fd(-240)
for i in range(4):
    turtle.penup()
    turtle.fd(40)
    turtle.pendown()
    turtle.fd(100)
    turtle.penup()
    turtle.fd(40)
    turtle.left(90)
    

 

无边正方形

标签:span   style   tle   rtl   class   down   size   bsp   pen   

原文地址:https://www.cnblogs.com/aa756878518/p/8719179.html

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