Commit e869c262 by BellCodeEditor

save project

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