Commit 93cf1207 by BellCodeEditor

save project

parent 57ced17c
Showing with 2 additions and 2 deletions
......@@ -17,10 +17,10 @@ def t(n):
if n<10:
c=random.choice(cl)
pen.color(c)
pen.pensize(8)
pen.pensize(5)
else:
pen.color('sienna')
pen.pensize(5)
pen.pensize(3)
a=random.randint(5,35)
b=random.randint(3,10)
pen.forward(n)
......
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