摘要: 1,画五角星 import turtleturtle.bgcolor('red')turtle.fillcolor('yellow')turtle.begin_fill()for i in range(5): turtle.forward(100) turtle.left(144) turtle.e 阅读全文
posted @ 2017-09-12 13:22 013洪辉 阅读(87) 评论(0) 推荐(0) 编辑