Commit f26980c4 by BellCodeEditor

auto save

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