Commit 3d184e4c by BellCodeEditor

auto save

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