Commit 8c90d49c by BellCodeEditor

save project

parent 182344d9
Showing with 4 additions and 1 deletions
import turtle
n=turtle.Pen()
w=turtle.Screen()
w.bgcolor("black")
q=["white","blue","violet","cyan"]
for i in range(1,300,1):
n.pencolor(q[i%4])
n.forward(i)
n.left(91)
n.hideturtle()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment