Commit 65122660 by BellCodeEditor

auto save

parent b62e5de8
Showing with 7 additions and 5 deletions
......@@ -5,13 +5,15 @@
import turtle
pen = turtle.Pen()
i=0
distance=1
# 请创造师在下面接着创作
while i<300:
i=i+1
while distance<300:
pen.color("green")
pen.shapesize(1000000000000000000000000000)
pen.right(91)
pen.forward(1)
pen.forward(distance)
distance=distance+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