Commit 560561b9 by BellCodeEditor

save project

parent 9fa97cf6
Showing with 9 additions and 7 deletions
......@@ -4,13 +4,14 @@
"""
import turtle
pen = turtle.Pen()
turtle.speed(0)
turtle.color("red")
# 请创造师在下面接着创作
i=1
for j in range(4000):
turtle.forward(i)
turtle.right(90.9)
i+=1
# 隐藏画笔,保存画布
pen.hideturtle()
turtle.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