Commit 9cf71d88 by BellCodeEditor

save project

parent 50871518
Showing with 13 additions and 0 deletions
import turtle import turtle
import random import random
def tree(n): def tree(n):
if n >= 0: if n >= 0:
if n <= 12: if n <= 12:
......
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