Commit 5509939f by BellCodeEditor

save project

parent 27eb78ca
Showing with 4 additions and 5 deletions
......@@ -5,10 +5,8 @@
import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
di=1
while True:
pen.forward(di)
di+=1
pen.right(92)
for i in range(600):
pen.forward(i)
pen.right(90.5)
# 隐藏画笔,保存画布
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