猫史档案馆


【Python作品分享】dm9【教程贴】

用户:有亿点沙雕有亿点沙雕查看:0 回复:1 评论:0 创建时间:2023-08-16T17:49:05


【作品展示】

center_image

 

【作品介绍】

111

 

【作品源代码】

import turtle as t


t.pensize(10)
for x in range(2):
    t.pencolor('red')
    t.circle(100, 360/12)
    t.pencolor('orange')
    t.circle(100, 360/12)
    t.pencolor('yellow')
    t.circle(100, 360/12)
    t.pencolor('green')
    t.circle(100, 360/12)
    t.pencolor('blue')
    t.circle(100, 360/12)
    t.pencolor('purple')
    t.circle(100, 360/12)
t.hideturtle()
t.done()

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
lingyi_objlingyi_obj

https://www.wjx.cn/vm/Ya3BmHB.aspx

帮忙做一下,班级小课题研究,谢谢

点赞0


评论