摘要: import turtleimport timeturtle.bgcolor("red")turtle.pencolor("yellow")turtle.fillcolor("yellow")turtle.setup(700, 500)def lgoto(x,y): turtle.up() turtle.goto(x,y) turtle.down()def draw(d): ... 阅读全文
posted @ 2018-03-19 19:15 086刘伟锋 阅读(160) 评论(0) 推荐(0) 编辑