Commit 1b161276 by BellCodeEditor

save project

parent fbba882b
Showing with 2 additions and 2 deletions
......@@ -23,9 +23,9 @@ def t(n):
b=random.randint(3,10)
pen.forward(n)
pen.right(a)
t(n-10)
t(n-b)
pen.left(a*2)
t(n-10)
t(n-b)
pen.right(a)
pen.up()
pen.backward(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