Commit 68e9d54f by BellCodeEditor

save project

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