Seudónimo Seudónimo 10-11-2020 Computers and Technology contestada 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 drawDiamond(): def drawTriangle(): def drawN(): def drawH():