摘要: 1. import turtleturtle.color('yellow')turtle.fillcolor('yellow')turtle.begin_fill()for i in range(5): turtle.forward(100) turtle.right(144)turtle.end_ 阅读全文
posted @ 2017-09-12 21:58 003蒋宇翔 阅读(126) 评论(0) 推荐(0) 编辑