Commit fbba882b by BellCodeEditor

save project

parent b77e3112
Showing with 5 additions and 3 deletions
......@@ -19,12 +19,14 @@ def t(n):
pen.color(c)
else:
pen.color('sienna')
a=random.randint(5,35)
b=random.randint(3,10)
pen.forward(n)
pen.right(30)
pen.right(a)
t(n-10)
pen.left(60)
pen.left(a*2)
t(n-10)
pen.right(30)
pen.right(a)
pen.up()
pen.backward(n)
pen.down()
......
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