struggling to find the difference without the in and max/min functions
Question Answered step-by-step struggling to find the difference without the in and max/min functions Image transcription textWrite a function called range_difference which takes a list or tuple of real numbers. The function should returnthe difference between the largest and smallest values in the list/tuple. . If the given parameter is not a list or atuple, the function should return None. . If the given list or tuple is empty, the function should retur… Show more… Show more struggling to find the difference without the in and max/min functions Computer Science Engineering & Technology Python Programming INFO 1110 Share QuestionEmailCopy link Comments (0)


