Discover a world of knowledge at Westonci.ca, where experts and enthusiasts come together to answer your questions. Get detailed and accurate answers to your questions from a community of experts on our comprehensive Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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