Commit 08dfe10d by BellCodeEditor

auto save

parent d11db36c
Showing with 2 additions and 3 deletions
...@@ -8,8 +8,6 @@ distance = 1 ...@@ -8,8 +8,6 @@ distance = 1
for i in range(150): for i in range(150):
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
color1 = random.choice(list11) pen.color(list11[i%4])
pen.color(color1)
turtle.hideturtle() turtle.hideturtle()
pen.done() pen.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