用户:星星呐查看:1 回复:3 评论:1 创建时间:2022-04-04T11:36:04
【作品展示】

【作品介绍】
我觉得嗯.........表白可以用(废话文学)
【作品源代码】
from turtle import*
def curvemove():
for i in range(200):
right(1)
forward(1)
color('red','pink')
begin_fill()
left(140)
forward(111.65)
curvemove()
left(120)
curvemove()
forward(111.65)
end_fill()
done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn