Commit 00bd3de5 by BellCodeEditor

save project

parent 52f4deeb
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ screem=turtle.Screen() ...@@ -4,6 +4,7 @@ screem=turtle.Screen()
screem.bgcolor("pink") screem.bgcolor("pink")
colors=["red","yellow",'green',"orange"] colors=["red","yellow",'green',"orange"]
for i in range(1,1000000): for i in range(1,1000000):
pen.pancolor(colors[i%4])
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
turtle.done() turtle.done()
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