摘要: import turtle turtle.pensize(1 ) turtle.pencolor("black") turtle.fillcolor("red") turtle.begin_fill() for i in range(5): turtle.forward(200) turtle.ri 阅读全文
posted @ 2020-09-15 21:48 yx-co 阅读(103) 评论(0) 推荐(0)