Commit e02477c5 by BellCodeEditor

auto save

parent fa0dff60
Showing with 12 additions and 0 deletions
import turtle as e
p =e.Pen()
e.tracer(0)
p.hideturtle()
p.fillcolor("yellow")
p.begin_fill()
for i in range(1000):
p.fd(i)
p.right(160)
p.end_fill()
e.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