Mika forgot to put in the function name in his function header for the code below. What would be the best function
header?
def draw():
forward(80)
left(120)
forward(80)
left(120)
forward(80)
left(120)
def draw Diamond():
def draw Triangle():
def drawN():
def drawH():