摘要: import turtle turtle.pensize(5) turtle.pencolor("yellow") turtle.fillcolor("red") turtle.begin_fill() for i in range(5): turtle.fd(200) turtle.lt(72) 阅读全文
posted @ 2020-03-18 16:21 叶落知秋max 阅读(164) 评论(0) 推荐(0) 编辑