What does the following statement mean? num1, num2 = get_num() Python Chapter 6 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. Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+