IN PYTHON 3
You have been tasked with finishing a program to read and write5-day forecast data. Right now the program consists of a menu withstub functions for each option. When a user selects ‘Read File’ theprogram should prompt the user for a filename and thenprint the contents of the file. If a user selects ‘Write File’ theprogram should prompt the user for a filename, prompt the user for5 days worth high temperatures, and then write that data to thetext file. Data should be written to the text file in the followingformat:
Design your program to match the sample execution below. For
OR
OR