Commit fc453d9d by BellCodeEditor

save project

parent b6105b87
Showing with 10 additions and 2 deletions
p=turtle.turtle import turtle
pen =turtle.Pen()
pen.fillcolor("red")
pen.begin_fill()
for i in range(80):
pen.forward(150)
pen.right(105)
pen.end_fill()
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