Solved

What Does the Following Statement Mean? Num1, Num2 = Get_num()

Question 9

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions