用户:
开心的xg查看:0 回复:0 评论:0 创建时间:2022-11-13T16:03:22
【作品展示】

【作品介绍】
很水的一个作品!
【作品源代码】
import turtle
t=turtle
t.colormode(255)
t.color(0,0,0)
t.width(5)
t.penup()
t.goto(-5,-320)
t.pendown()
t.circle(300)
text=["1","2","3","4","5","6","7","8","9","10","11","12",]
t.penup()
t.goto(110,190)
x = len(text)
t.right(15)
for i in text:
t.speed(10)
t.write(i, font="华文中宋")
t.right(360/x)
t.penup()
t.forward(130)
t.width(0)
t.penup()
t.goto(0,0)
t.pendown()
t.right(34)
t.forward(260)
t.width(6)
t.penup()
t.goto(0, 0)
t.pendown()
t.right(120)
t.forward(50)
t.width(4)
t.penup()
t.goto(0, 0)
t.pendown()
t.right(50)
t.forward(150)
t.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn