Commit 082743ee by BellCodeEditor

save project

parent 46419cca
Showing with 4 additions and 0 deletions
import turtle
def tree(n):
if n>=0:
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