Commit 71896c7e by BellCodeEditor

save project

parent c0145bad
Showing with 2 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) colors=["red"]
distance=1 distance=1
for i in range(300): for i in range(300):
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