Commit 7fa43a52 by BellCodeEditor

save project

parent b5b4a896
Showing with 7 additions and 2 deletions
......@@ -18,17 +18,22 @@ def x(n):
pen.rt(30)
x(n-50)
pen.lt(60)
pen.lt(60)
pen.lt(60)
x(n-50)
pen.lt(60)
pen.fd(n)
pen.rt(30)
x(n-50)
pen.lt(60)
x(n-50)
pen.lt(60)
pen.rt(30)
pen.fd(n)
pen.rt(30)
x(n-50)
pen.lt(60)
pen.lt(60)
x(n-50)
pen.rt(30)
pen.up()
......
......@@ -16,9 +16,9 @@ def x(n):
if(n>=50):
pen.fd(n)
pen.rt(30)
x(n-50)
x(n-10)
pen.lt(60)
x(n-50)
x(n-10)
pen.rt(30)
pen.up()
pen.backward(n) # 后退
......
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