Question: What does the following statement mean? num1, num2 = get_num() a. The function get_num() is expected to return a value each fornum1 and num2. b.
What does the following statement mean?
num1, num2 = get_num()
a. The function get_num() is expected to return a value each fornum1 and num2.
b. The function get_num() is expected to return a value and assignit to num1 and num2.
c. Statement will cause a syntax error.
d. Statement will cause a run-time error.
Step by Step Solution
3.52 Rating (166 Votes )
There are 3 Steps involved in it
Answer A The function getnum is expected to return a value ... View full answer
Get step-by-step solutions from verified subject matter experts
