Question: define a function called exe1, The function has one argument. If the type of the argument is either int or float, the function should return
define a function called exe1,
The function has one argument.
If the type of the argument is either int or float, the function should return the absolute value of the function input.
Otherwise, the function should return "Nope".
Call the function with -5.6 and "what?
in Python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
