摘要: 1)画五角星 import turtleturtle.color('yellow')turtle.fillcolor('yellow')turtle.begin_fill() for i in range(5): turtle.forward(80) turtle.left(144) turtle. 阅读全文
posted @ 2017-09-12 21:19 袁颖琳 阅读(86) 评论(0) 推荐(0)