Python
import turtle as sb sb.forward(100) sb.left(120) sb.forward(100) sb.left(120) sb.forward(100)