Commit 787db58d by BellCodeEditor

auto save

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