Commit ced0134c by BellCodeEditor

save project

parent fbcff26f
Showing with 8 additions and 0 deletions
import turtle
p=turtle.Pen()
p.speed(100)
for i in range(1000):
p.fd(i)
p.rt(91)
p.hideturtle()
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