Commit 1f38ca16 by BellCodeEditor

save project

parent fc56e8cb
Showing with 3 additions and 0 deletions
import turtle
P=turtle.Pen()
P.fillcolor("red")
P.begin_fill()
for i in range(5):
P.forward(200)
P.right(144)
P.end_fill()
P.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