Commit 0ef874ae by BellCodeEditor

save project

parent 18d82e80
Showing with 6 additions and 2 deletions
...@@ -4,9 +4,13 @@ ...@@ -4,9 +4,13 @@
""" """
import turtle import turtle
pen = turtle.Pen() p = turtle.Pen()
# 请创造师在下面接着创作 # 请创造师在下面接着创作
d=1
for i in range(520):
p.forward (d)
p.right(91)
d+=1
......
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