摘要: import turtleturtle.pensize(2)turtle.bgcolor("black")colors=["red","yellow","purple","blue"]for x in range(400): turtle.forward(2*x) turtle.color(colo 阅读全文
posted @ 2020-09-07 11:03 豪邦 阅读(97) 评论(0) 推荐(0)