What does the following statement mean?
num1, num2 = get_num()
Answer: The function get_num() is expected to return a value each for num1 and num2.
Answer: The function get_num() is expected to return a value each for num1 and num2.