Commit e8e40e5d by BellCodeEditor

save project

parent e869c262
Showing with 4 additions and 3 deletions
......@@ -6,10 +6,10 @@ import turtle
pen = turtle.Pen()
# 请创造师在下面接着
distance=1
q=1
for i in range(300):
pen.left(91)
distance+=1
pen.forward(300)# 隐藏画笔,保存画布
q=q+1
pen.forward(q)# 隐藏画笔,保存画布
pen.hideturtle()
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