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():

Respuesta :

Answer:

I think it's A, def drawDiamond():

Explanation:

Answer

it's A, def drawDiamond(): trust me

Explanation:

im in the test rn