摘要: def _circle(): t = turtle.Turtle() t.pencolor("yellow") t.pensize(5) t.speed(200) t.circle(200, steps=100) turtle.mainloop() 阅读全文
posted @ 2018-11-28 11:05 ADChen 阅读(717) 评论(0) 推荐(0) 编辑