from turtle import ( forward, back, left, right, penup, pendown, color, ) forward(120) right(67 * 2 / 5) forward(41) right(360 * 2 / 5) forward(67) right(41 * 2 / 5) forward(67) right(250 * 2 / 5) forward(41) right(150 * 2 / 5) input()