from turtle import ( forward, back, left, right, penup, pendown, color, ) forward(150) right(200 * 2 / 5) forward(200) right(200 * 2 / 5) forward(200) right(200 * 2 / 5) forward(200) right(200 * 2 / 5) forward(200) right(100 * 2 / 5)