Question: write a function that takes in a list of numbers, find the maximum and minimum of the list. subtract the two and return this value,
write a function that takes in a list of numbers, find the maximum and minimum of the list. subtract the two and return this value, you may use the built-in functions min and max to solve this. Code in Pyhton
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
