from turtle import ( forward, back, left, right, penup, pendown, color, ) forward(100) right(360 * 2 / 5) forward(120) right(360 * 2 / 5) forward(140) right(360 * 2 / 5) forward(160) right(360 * 2 / 5) forward(180) right(360 * 2 / 5) input()