Commit 2918e212 by BellCodeEditor

save project

parent 0769a5a9
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ screen.bgcolor('black') ...@@ -9,7 +9,7 @@ screen.bgcolor('black')
i=0 i=0
while i<200: while i<200:
a=random.choice(["black","Turquoise1","green","orange"]) a=random.choice(["LightSlateBlue","Turquoise1","SpringGreen2","Red2"])
pen.pencolor(a) pen.pencolor(a)
pen.penup() pen.penup()
pen.goto(0,0) pen.goto(0,0)
......
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