Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Get the answers you need quickly and accurately from a dedicated community of experts on our Q&A platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.
Sagot :
Answer:
Rep;ace the blank with
smaller, bigger
So, the complete line is:
smaller,bigger=order_numbers(100,99)
Explanation:
From the question, we understand that the program is to return the order of a number from least to highest
This has been well implemented in order_numbers function
Because the order function returns two values, the order_function must be called in order to accept two values and the syntax is:
value1,value2 = function(return-value1,return-value2)
In this case, the statement is:
smaller,bigger=order_numbers(100,99)
So, in the next line of the main, the values of smaller and bigger are printed:
print(smaller,bigger)
See attachment
Thank you for trusting us with your questions. We're here to help you find accurate answers quickly and efficiently. We hope you found what you were looking for. Feel free to revisit us for more answers and updated information. We're glad you chose Westonci.ca. Revisit us for updated answers from our knowledgeable team.