Commit b00277cc by BellCodeEditor

save project

parent 99826a7b
Showing with 3 additions and 3 deletions
mport turtle mport turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("ULTRMAN") pen.shape("turtle")
pen.fill_color("red") pen.fill_color("red")
pen.begin_fill pen.begin_fill
for i in range(5): for i in range(36):
pen.forward(200) pen.forward(200)
pen.rignt(144) pen.rignt(170)
pen.end_fill pen.end_fill
turtle.done() 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