Write a function called height_range that accepts a list of integers representing heights in inches as an argument and returns the the difference between the tallest height and the shortest height. Assume that all heights are positive values.



Answer :

Other Questions