Problem:
I am new and my logic is not so strong can any one give me right solution?
What does the following statement mean?
num1, num2 = get_num()
a. The function get_num() is expected to return a value each for num1 and num2.
b. The function get_num() is expected to return a value and assign it to num1 and num2.
c. Statement will cause a syntax error.
d. Statement will cause a run-time error.