Commit 16150044 by BellCodeEditor

save project

parent 2e8deceb
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ pen = turtle.Pen()
colour=["red","orange","yellow","green"]
pen.speed(100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
screen=turtle.Screen()
screen.bgcolor(black)
screen.bgcolor("black")
for i in range(1,300):
pen.color(colour[i%4])
pen.forward(i)
......
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