Commit ac6b2feb by BellCodeEditor

save project

parent 686b3d5a
Showing with 5 additions and 2 deletions
import turtle import turtle
pen=turtle. Pen() pen=turtle. Pen()
pen.speed(9999999999999999999)
distance=1 distance=1
for i in range (300): for i in range (0,99999):
pen.forward(i+1)
pen.right(91) pen.right(91)
pen.forward(distance+1)
turtle.done() turtle.done()
......
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