Commit 7f9a410d by BellCodeEditor

save project

parent efc474ea
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ def t(n):
pen.color('sienna')
pen.pensize(3)
a=random.randint(5,35)
b=random.randint(8,20)
b=random.randint(8,15)
pen.forward(n)
pen.right(a)
t(n-b)
......
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