Commit 6aaf3758 by BellCodeEditor

save project

parent 8a2005d4
Showing with 1 additions and 2 deletions
import turtle
def tree(n):
if n>=50:
pen = turtle.Turtle()
pen.color('sienna')
......
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