摘要: import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) #主星 turtle.up() turtle.goto(-300,220) turtle.down() turtle.begin_fill() for i in range (5): ... 阅读全文
posted @ 2018-03-19 10:50 099吴海经 阅读(125) 评论(0) 推荐(0) 编辑