摘要:
port turtle #五角星 turtle.bgcolor('white') turtle.pencolor('red') turtle.fillcolor('red') turtle.begin_fill() for i in range(5): turtle.forward(100) turtle.right(144) turtle.end_fill() turt... 阅读全文
posted @ 2018-05-09 21:06
zhhhhmmmff
阅读(193)
评论(0)
推荐(0)