Commit a307bc50 by BellCodeEditor

auto save

parent a5ee00af
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,7 @@ import turtle ...@@ -2,7 +2,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
colors=["red","orange","yellow","green"] colors=["red","orange","yellow","green"]
for i in range(1,301,1): for i in range(1,301,1):
pen.pencolors(color[1%4]) pen.pencolor(color[1%4])
pen.forward(i) pen.forward(i)
pen.left(91) pen.left(91)
turtle.done() turtle.done()
\ No newline at end of file
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