Commit 2b1bae54 by BellCodeEditor

auto save

parent 722c293c
Showing with 3 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.speed(0)
import turtle as t
t.speed()
distance=1
for i in range(400):
pen.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