Commit 08dfe10d by BellCodeEditor

auto save

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