Commit 0e7493af by BellCodeEditor

save project

parent 9ffb523f
Showing with 11 additions and 2 deletions
import turtle as A import turtle
A.forward(200) A=turtle.Pen()
A.speed(100)
A.fillcolor("red")
A.begin_fill()
for i in range(36):
A.forward(200)
A.right(170)
A.end_fill()
A.hideturtle()
A.done() A.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