用户:
FN战队Lion查看:0 回复:0 评论:0 创建时间:2023-02-02T15:36:52
【作品展示】

【作品介绍】
成品暂未完成!如要查看成品,请在坛论耐心等待!点个关注呗~
【作品源代码】
#荷塘青蛙拓展练习:
#画一个宽为600,高为400的红色过期,在屏幕居中显示!
#在(-260,120)位置画一个120边长的五角星!
#在(-120,160) (-80,120) (-80,60) (-120,20) 画4个边长为40的五角星!
#答案代码(半成品):
import turtle as t
t.pencolor("red")
t.begin_fill()
t.fillcolor("red")
t.penup()
t.goto(-300,200)
t.pendown()
t.pensize(10)
t.setheading(0)
t.forward(600)
t.setheading(-90)
t.forward(400)
t.setheading(180)
t.forward(600)
t.setheading(90)
t.forward(400)
t.end_fill()
t.done()
#提示:成品暂未完成!如要查看成品,请在坛论耐心等待!点个关注呗~
#作者:白龙韩忧
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn