import turtle turtle.fillcolor("red") turtle.begin_fill() for i in range(5): turtle.fd(200) turtle.left(216) turtle.end_fill()