Commit 712016bc by BellCodeEditor

auto save

parent 6adf955d
Showing with 3 additions and 3 deletions
......@@ -5,11 +5,11 @@
import turtle
pen = turtle.Pen()
distance=1
# 请创造师在下面接着创作
for i in range(300):
pen.forward(distance)
distance+=3
pen.speed(10)
pen.forward(i)
i+=3
pen.left(91)
......
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