Commit a54206dc by BellCodeEditor

save project

parent 0ef874ae
Showing with 3 additions and 2 deletions
......@@ -5,12 +5,13 @@
import turtle
p = turtle.Pen()
p,
# 请创造师在下面接着创作
d=1
for i in range(520):
for i in range(1,300,2):
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