Write a function range that accepts a list of lists as a parameter and that returns the range of values contained in the list of lists, which is defined as 1 more than the difference between the largest and smallest elements. For example if a variable called lis...