Commit 35dc05ee by BellCodeEditor

save project

parent 3f775d18
Showing with 8 additions and 1 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.speed(0)
p.shape("turtle") p.shape("turtle")
p.forward(500) p.fillcolor("red")
p.begin_fill()
for i in range(180):
p.fd(400)
p.rt(179)
p.end_fill()
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