摘要: a.画五角星 import turtleturtle.color('yellow')turtle.fillcolor('yellow')turtle.bgcolor('red')turtle.begin_fill()for i in range(5): turtle.forward(100) tur 阅读全文
posted @ 2017-09-12 19:51 004熊锋阳 阅读(123) 评论(0) 推荐(0) 编辑