2020年3月15日
摘要: 1、画五角星 import turtle turtle.pensize(5) turtle.pencolor("yellow") turtle.fillcolor("red") turtle.begin_fill() for i in range(5): turtle.forward(200) tu 阅读全文
posted @ 2020-03-15 19:43 Noraa 阅读(286) 评论(0) 推荐(0) 编辑