Write a function that takes as input a single parameter storing a list of integers and returns the minimum, maximum, and average values of the list as a tuple. The first element in the tuple should be the minimum value and the second element should be the maximum value, the third element should be the average. For example, if the input is the list