2017年9月12日
摘要: 1.答: import turtleturtle.color('yellow')turtle.fillcolor('yellow')turtle.begin_fill()for i in range(5): turtle.forward(200) turtle.left(144)turtle.end 阅读全文
posted @ 2017-09-12 20:43 L文斌 阅读(121) 评论(0) 推荐(0) 编辑