Commit 2b1bae54 by BellCodeEditor

auto save

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