摘要: import turtle turtle.setup(0.35,0.75) turtle.seth(90) turtle.penup() turtle.fd(200) turtle.seth(0) turtle.pendown() turtle.fillcolor("red") turtle.begin_fill() for i in range(1,4): turtle.circle(... 阅读全文
posted @ 2017-10-23 20:35 SXSY 阅读(159) 评论(0) 推荐(0) 编辑