用户:
洛小洛q查看:0 回复:1 评论:0 创建时间:2022-01-11T13:06:11
【作品展示】

【作品介绍】
????????????????????????????????????????????????????????????????????????????????????????????????????????????
【作品源代码】
import random
import turtle
__Pen = turtle.Pen()
a = random.randint(1, 100)
__Pen.pencolor("#00ffff")
__Pen.fillcolor("#00ffff")
__Pen.begin_fill()
for i in range(a):
__Pen.forward(40)
__Pen.right((360 % a))
__Pen.end_fill()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn