摘要: import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-600,220) turtle.down() turtle.forward(150) turtle... 阅读全文
posted @ 2017-09-11 17:50 少钏_leo 阅读(275) 评论(0) 推荐(0) 编辑