1) Write a python 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

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 Pro

1) Write a python 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 

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Header Files
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