摘要: import turtle t=turtle t.circle(100) t.penup() t.goto(0,-50) t.pendown() t.circle(150) t.penup() t.goto(0,-100) t.pendown() t.circle(200) t.done()#画完窗 阅读全文
posted @ 2022-05-13 11:36 小柳的博客 阅读(13) 评论(0) 推荐(0)