Commit 8370534d by BellCodeEditor

auto save

parent 6279553e
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ pen=turtle.Pen() ...@@ -3,7 +3,7 @@ pen=turtle.Pen()
b=turtle.Screen() b=turtle.Screen()
s=["green","blue"] s=["green","blue"]
for i in range(300): for i in range(300):
pen.color(s[i%2]) pen.color(s[i%2]i%2)
pen.forward(i) pen.forward(i)
pen.left(91) pen.left(91)
i=i+1 i=i+1
......
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