from turtle import *
shape("turtle")
speed(2)

left(60)
forward(100)
right(120)
forward(100)
right(120)
forward(100)