Assume that a file containing a series of integers is named numbers.txt and exists on the computerâs disk. Write a program that calculates the average of all the numbers stored in the file. (Please include a show of exactly how it would appear in Python)