摘要: 1、画五角星 import turtleturtle.bgcolor('red')turtle.color('yellow')turtle.fillcolor('yellow')turtle.begin_fill() for i in range(5): turtle.forward(100) tu 阅读全文
posted @ 2017-09-12 13:02 029郭媚婷 阅读(146) 评论(0) 推荐(0) 编辑