Question: Lab 5B - using functions Return to: 8 October 14... Lab 5B-Using a function to print the biggest of 4 numbers sent to it Write

Lab 5B - using functions Return to: 8 October 14... Lab 5B-Using a function to print the biggest of 4 numbers sent to it Write a Python 3 program that contains a function called biggest that prints the biggest of the four numbers sent to it as arguments For example, if the numbers sent to the function are 5,7,2,4 then the function prints out the number 7. For example, if the numbers sent to the function are 52,12,4 then the function prints out the number 12. For example, if the numbers sent to the function are 55,22,1,14 then the function prints out the number 55. Include the usual comments and test runs at the top of your code. Submission status
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
