Commit 014d15f1 by BellCodeEditor

save project

parent 774b2da9
Showing with 4 additions and 2 deletions
...@@ -8,8 +8,10 @@ pen = turtle.Pen() ...@@ -8,8 +8,10 @@ pen = turtle.Pen()
# 请创造师在下面接着创作 # 请创造师在下面接着创作
Pen=1 Pen=1
for i in range (300): for i in range (300):
Pen=pen+1 pen.forward(Pen)
turn(91) Pen=Pen+1
pen.right(91)
......
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