Commit acbe865b by BellCodeEditor

save project

parent 51ea147a
Showing with 2 additions and 0 deletions
import turtle
import random
def tree(n):
if n > 10:
pen.forward(n)
a = randomsize
pen.right(30)
tree(n-10)
pen.left(60)
......
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