Commit 8d8c71c3 by BellCodeEditor

save project

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