Question: python code please 4. (20 points) Define a maximum function that determines and returns the largest of three values, calls the function three times with

python code please
4. (20 points) Define a maximum function that determines and returns the largest of three values, calls the function three times with integers, floating-point numbers, and strings, respectively and print out the results. For example: maximum (15, 20, 36) output is: 36 maximum (12,3, 17.8, 1.5) output is: 1.5 maximum ('apple', 'orange', 'banana') output is: orange
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
