Question: Write a function called bigger which takes two numbers as a parameter and prints which number is bigger. This function does not return anything. For

Write a function called bigger which takes two numbers as a parameter and prints which number is bigger. This function does not return anything. For example: bigger(10,50) # should print "50 is bigger" bigger(60, 13) # should print "60 is bigger" bigger(78, -3) # should print "78 is bigger" bigger(-9, -18) # should print "-9 is bigger
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
