Commit 787db58d by BellCodeEditor

auto save

parent 9e8345df
Showing with 2 additions and 2 deletions
...@@ -4,9 +4,9 @@ p=turtle.Pen() ...@@ -4,9 +4,9 @@ p=turtle.Pen()
s=turtle.Screen() s=turtle.Screen()
s.bgcolor("skyblue") s.bgcolor("skyblue")
p.fillcolor("orange") p.fillcolor("orange")
a=[1~100]
len=random.choice(a)
#for i in range(11111): #for i in range(11111):
a=(1,2,3,4,5,6,7,8)
len=random.choice(a)
p.begin_fill() p.begin_fill()
p.pencolor("blue") p.pencolor("blue")
p.pensize(5) p.pensize(5)
......
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