Commit ebf253c3 by BellCodeEditor

save project

parent 7288a8b5
Showing with 1 additions and 0 deletions
import turtle #引用海龟 import turtle #引用海龟
t = turtle.Turtle() t = turtle.Turtle()
t.speed(0)
distance = 1 distance = 1
for i in range(300): for i in range(300):
t.forward(distance) t.forward(distance)
......
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