Commit bf383bc4 by BellCodeEditor

save project

parent b12d7107
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ screen.bgcolor("black")
color=["red","orange","yellw","green"]
pen = turtle.Pen()
colos=turtje.Pen()
pen.forward(i)
for i in range(1,50000):
Pen.forward(i)
for i in range(1,5000):
pen.pencolor(color[i%4])
pen.forward(2)
pen.right(91)
......
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