用户:某个普通用户查看:0 回复:1 评论:0 创建时间:2020-06-20T07:14:53
import turtle turtle.bgcolor("#000000") i = (-180) for __count in range(90): t = turtle.Pen() t.speed(100) t.pencolor("#ff0000") t.right(i) i += 4 t.hideturtle()
这次懒了
d8
点赞0
评论