import turtle
turtle.color('black','red')turtle.pensize(10)turtle.begin_fill()for i in range(5): turtle.fd(200) turtle.rt(144) turtle.end_fill()