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