Learning Goal: I’m working on a computer science question and need guidance to help me learn.
Write a Python program that reads in a text file containing a list of numbers, and then calculates and outputs the average, minimum, and maximum of those numbers. The program should also prompt the user for a specific number to search for in the list, and then output whether or not that number is present in the list.