Question: You are given a small text file data.txt containing financial data. Your job is to write a program to read in this text file containing
You are given a small text file data.txt containing financial data. Your job is to write a program to read in this
text file containing data and print out its information in a clear, humanreadable fashion.
You will use indexing maybe slicing string methods, file input, stringtonumerical conversions and Python
string formatting as well as concepts learned in past weeks
Your program is required to do the following:
Ask for a filename to open for reading.
Open the file using the given filename, and then read in the text file. It has a specific format:
Line always has the format principal
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
