同心圆

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)    收藏  举报