Commit ebb3ebdd by BellCodeEditor

auto save

parent f94c6a66
Showing with 1 additions and 3 deletions
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
""" """
import turtle import turtle
screen.bgcolor("black") distance=1
# 请创造师在下面接着创作distance=1
for i in range(300): for i in range(300):
pen.forward(i) pen.forward(i)
distance+=1 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