用Python画一个八角形代码示例

2021-05-29 04:00

阅读:759

标签:tle   bsp   代码   示例   speed   imp   nbsp   代码示例   yellow   

import turtle
turtle.color("purple","yellow")
 
turtle.speed(1)
turtle.fd(100)
turtle.right(60)
turtle.fd(100)
turtle.right(60)
turtle.fd(100)
turtle.right(60)
 
turtle.fd(100)
turtle.right(60)
 
turtle.fd(100)
turtle.right(60)
 
turtle.fd(100)
turtle.right(60)

用Python画一个八角形代码示例

标签:tle   bsp   代码   示例   speed   imp   nbsp   代码示例   yellow   

原文地址:https://www.cnblogs.com/ni-huang-feng-wu/p/14773958.html


评论


亲,登录后才可以留言!