Commit bd513536 by BellCodeEditor

auto save

parent ac68b6f0
Showing with 1 additions and 3 deletions
...@@ -4,12 +4,10 @@ ...@@ -4,12 +4,10 @@
""" """
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
i=40
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range(300): for i in range(1,300,5):
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
i+=1
turtle.done() turtle.done()
......
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