Question: This function sorts 2 numbers and returns them in increasing order. Complete the function call, so that the resulting numbers are displayed in order. 1-
This function sorts 2 numbers and returns them in increasing order. Complete the function call, so that the resulting numbers are displayed in order. 1- def order numbers (number1, number2): 2 - if number2 > numberl: return numberi, number2 else: return number2, number1 4- Run -order_numbers (100.99) print (smaller, birrer) Reset 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
