Question: PYTHON Task 1 Create a function that returns the largest of three numbers Ensure that all three arguments are either integers or floats If all
PYTHON
Task 1 Create a function that returns the largest of three numbers Ensure that all three arguments are either integers or floats If all three arguments are not numerical, return None If so, return the largest value (you can use a built-in function) Task 2 Create a function that takes one argument and returns the data type of the argument. Included 4 possible data types, and an Unknown case The data type returned should be a string value
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
