Commit 3e1b05ff by BellCodeEditor

save project

parent 4ea37e4a
Showing with 7 additions and 8 deletions
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
""" """
import turtle import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作 pen=tutrle.Pen()
distance=1 distance=5
for i in range(300): for i in range(300):
pen.forward(distance) pen.forward(distance)
distance+=1 distance+=1
pen.right(121) pen.right(91)
# 隐藏画笔,保存画布 pen.hidetutrle()
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