Commit 57ced17c by BellCodeEditor

save project

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