用户:我们是舒克舒克和贝塔查看:1 回复:1 评论:1 创建时间:2022-09-17T19:19:49
【作品展示】

【作品介绍】
嗨嗨嗨
【作品源代码】
import turtle as t
t.shape("turtle")
t.pu()
t.goto(0,-150)
t.pd()
t.color("yellow")
t.begin_fill()
t.circle(150)
t.end_fill()
t.pu()
t.goto(150,-75)
t.pd()
t.color("white")
t.begin_fill()
t.circle(75)
t.end_fill()
t.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn请问,这样不行吗?
import turtle as t
t.dot(150,'yellow')
t.pu()
t.goto(150,0)
t.dot(75,'white')点赞0
评论