Commit d0610bcf by BellCodeEditor

save project

parent fc6bd533
Showing with 14 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.fillcolor("white")
pen.begin_fill()
pen.speed(1000)
for i in range(3600):
pen.forward(1)
pen.left(1)
pen.speed(1000)
pen.end_fill()
pen.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