68.6k views
0 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 drawDiamond():
def drawTriangle():
def drawN():
def drawH():

User Wombleton
by
4.9k points

2 Answers

3 votes

Answer:

I believe its the first option

Step-by-step explanation:

User Takako
by
5.5k points
3 votes

Answer:

i think its the first option

Step-by-step explanation:

User Dmitry Grigoryev
by
4.6k points