Commit d8061d90 by BellCodeEditor

auto save

parent a2abb57b
Showing with 2 additions and 1 deletions
......@@ -6,8 +6,9 @@ import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
pen.speed(9000000000000)
s=2
for i in range(300):
for i in range(900):
pen.forward(s)
pen.right(91)
s+=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