Commit fa2b5cc9 by BellCodeEditor

save project

parent 59507eb4
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ screen=turtle.Screen() ...@@ -6,6 +6,7 @@ screen=turtle.Screen()
pen.speed(200) pen.speed(200)
pen.hideturtle() pen.hideturtle()
screen.bgcolor('black') screen.bgcolor('black')
colors = ['pink','red','blue','yellow','purple','orange','green']
i=0 i=0
while i<180: while i<180:
......
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