234k views
4 votes
Question #5

Dropdown
For the program shown, choose the correct word to complete the sentence.
def divide(numa, numB):
quotient = numA / numb
return quotient
# the main part of your program that calls the function
numC = 40
numD = 5
answer = divide(numcnumD)
print("Quotient:", answer)
print (numA)
The variable
scope is local to the divide function.

User NHG
by
6.3k points

2 Answers

1 vote

Answer:

numA just did it hope it helps

Step-by-step explanation:

User Samuel Huylebroeck
by
5.7k points
5 votes

Answer:

numA

Step-by-step explanation:

User Eugstman
by
5.5k points