Python programming help  I need help of question 1 to read a file from persons.txt   Write a program that takes a person’s details (name, age and a city), and writes to a  file (persons.txt) using a loop repeatedly. You should write three person’s to the file.  The program terminates on entering any key by the user, except on (Y or y) key.   Sample output of the first run of the program is shown below:                 Enter name: John Enter age: 20 Enter city: Sydney Data saved:  John 20 Sydney Press (Y or y) to add another person, or any key to exit    Question 1) Write a program that read a file (persons.txt) from previous question given on the top of this question, and shows  all the records/lines from the file as a nicely formatted report with a header as shown:     Name                   Age                      City    +---------------------+--------------------+--------------

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 9PP: (Inventory) Create an ASCII file with the following data, or use the shipped.dat file available on...
icon
Related questions
Question

Python programming help

 I need help of question 1 to read a file from persons.txt

 

Write a program that takes a person’s details (name, age and a city), and writes to a 
file (persons.txt) using a loop repeatedly. You should write three person’s to the file. 
The program terminates on entering any key by the user, except on (Y or y) key.  
Sample output of the first run of the program is shown below:
 
             
Enter name: John
Enter age: 20
Enter city: Sydney
Data saved:  John 20 Sydney
Press (Y or y) to add another person, or any key to exit 

 


Question 1)

Write a program that read a file (persons.txt) from previous question given on the top of this question, and shows 
all the records/lines from the file as a nicely formatted report with a header as shown:
    Name                   Age                      City
   +---------------------+--------------------+-------------- 



Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
User Defined DataType
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr