摘要: import turtle turtle.setup(500,500) turtle.fillcolor("red") turtle.begin_fill() for i in range(5): turtle.fd(100) turtle.right(144) turtle.end_fill() 阅读全文
posted @ 2020-03-11 16:34 hhh黄如 阅读(1483) 评论(0) 推荐(0)
摘要: import turtle turtle.left(30)turtle.forward(144) turtle.right(60)turtle.forward(144) turtle.right(60)turtle.forward(144) turtle.right(60)turtle.forwar 阅读全文
posted @ 2020-03-11 16:28 hhh黄如 阅读(2043) 评论(0) 推荐(0)