Commit 319fa393 by BellCodeEditor

auto save

parent 83c37898
Showing with 2 additions and 2 deletions
...@@ -2,12 +2,12 @@ import turtle ...@@ -2,12 +2,12 @@ import turtle
def tree(n): def tree(n):
if 50>= 50: if 50>= 50:
pen.fd(n) pen.fd(100)
pen.right(30) pen.right(30)
tree(n-50) tree(n-50)
pen = turtle.Turtle() pen = turtle.Turtle()
pen.color('sienna') pen.color('sienna')
# 画布大小 # 画布大小
w = turtle.Screen() w = turtle.Screen()
......
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