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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!