Commit c2483916 by BellCodeEditor

save project

parent 9ef0dd35
Showing with 7 additions and 5 deletions
inport turtle import turtle
pen=turtle.pen pen=turtle.pen
pen.fillcolor("red")
pen.begin_fill()
for i in range(5): for i in range(5):
forward(200) pen.forward(200)
left(144) pen.left(144)
pen.end_fill()
pen.hideturtle() pen.hideturtle()
pen.done() pen.done()
pen.fillcolour("red")
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