Commit 3d184e4c by BellCodeEditor

auto save

parent 8aa73c5f
Showing with 6 additions and 6 deletions
import turtle
pen=turtle.Pen()
qwerty=1
pen.speed(114514)
for i in range(500):
pen.forward(qwerty)
pen.right(91)
qwerty+=1
pen.color("blue")
for i in range(5000):
pen.forward(i)
pen.right(90.618)
pen.speed(i)
pen.hideturtle()
turtle.done()
\ No newline at end of file
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