from turtle import ( forward, back, left, right, penup, pendown, color, fillcolor, ) forward(300) right(360 * 2 / 5) forward(100) right(360 * 2 / 5) forward(100) right(360 * 2 / 5) forward(100) right(360 * 2 / 5) forward(100) right(360 * 2 / 5) color("red") fillcolor("blue") input()