Commit 7906a634 by BellCodeEditor

save project

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