Commit 334bb9e4 by BellCodeEditor

save project

parent 4fbf7f6a
Showing with 2 additions and 1 deletions
...@@ -9,6 +9,6 @@ di=1 ...@@ -9,6 +9,6 @@ di=1
while True: while True:
pen.forward(di) pen.forward(di)
di+=1 di+=1
pen.right(90) pen.right(92)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
turtle.done() turtle.done()
\ No newline at end of file
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