198k views
5 votes
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():

2 Answers

4 votes

Answer

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

Step-by-step explanation:

im in the test rn

User Kuhu
by
6.2k points
0 votes

Answer:

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

Step-by-step explanation:

User Henrov
by
6.0k points