用户:
3826查看:1 回复:2 评论:1 创建时间:2021-04-28T17:30:49
【作品展示】

【作品介绍】
航空航天
【作品源代码】
import turtle
__Pen = turtle.Pen()
#开始进入Python的世界
__Pen.pencolor("#ffffff")
__Pen.fillcolor("#ff0000")
__Pen.begin_fill()
__Pen.circle(50)
__Pen.end_fill()
__Pen.fillcolor("#33ccff")
__Pen.goto(0, (-200))
__Pen.begin_fill()
__Pen.circle(50)
__Pen.end_fill()
print('太阳与地球')
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn