from turtle import ( forward, back, left, right, penup, pendown, color, ) 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) forward(200) input()