import turtle as t t.pensize(2) t.pencolor("black") t.right(30) t.forward(200) t.right(120) t.forward(300) t.right(120) t.forward(300) t.right(120) t.forward(100) t.right(120) t.forward(200) t.right(-120) t.forward(300) t.right(-120) t.forward(300) t.right(-120) t.forward(100) t.done