Commit bd01cb7b by BellCodeEditor

save project

parent c570be11
Showing with 14 additions and 0 deletions
import turtle
p = turtle.Pen()
p.pencolor("blue")
p.fillcolor("red")
p.speed(10000)
p.begin_fill()
for i in range(800):
p.right(91)
p.fd(i)
p.hideturtle()
p.end_fill()
p.down()
\ 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