Commit 1e590eaa by BellCodeEditor

save project

parent 37b377ce
Showing with 10 additions and 10 deletions
import turtle
import turtle pen=turtle.Pen()
pen=turtle.Pen() pen.fillcolor("red")
for i in range(5): pen.begin_fill()
pen.forward(200) for i in range(5):
pen.right(144) pen.forward(200)
pen.hideturtle() pen.right(144)
pen.done() pen.end_fill()
pen.down()
\ No newline at end of file \ 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