Create a program that will read an input file and write a report. Name the program in the format: lab7read.py Use the template to include your name etc at the top of the program. Use comments when necessary. Use meaningful variable names. Use whitespace to add to the readability of the code. Limit the code to 79 characters per line. Create a menu with three options. 1) Print hobbies 2) Search hobbies Q) Quit Create a main() function Prompt the user for a file name. Prompt the user for an option from the menu. Open the file and load the data into a list. Option 1 should print all the hobbies in the list, under a title Once all the records have been processed, print a count. Option 2 should allow the user to search for a hobby in the list. Add exception handling. Create your own text file, with a list of 10 or more hobbies. Submit the program module(s) and the output. For a bonus, create a second module and import it, or add a menu item to add names to the list and save the data to a new file.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
  1. Create a program that will read an input file and write a report.
    • Name the program in the format: lab7read.py
    • Use the template to include your name etc at the top of the program.
    • Use comments when necessary.
    • Use meaningful variable names.
    • Use whitespace to add to the readability of the code.
    • Limit the code to 79 characters per line.
  1. Create a menu with three options.
    • 1) Print hobbies
    • 2) Search hobbies
    • Q) Quit
  1. Create a main() function
    • Prompt the user for a file name.
    • Prompt the user for an option from the menu.
    • Open the file and load the data into a list.
    • Option 1 should print all the hobbies in the list, under a title
      • Once all the records have been processed, print a count.
    • Option 2 should allow the user to search for a hobby in the list.
    • Add exception handling.
  1. Create your own text file, with a list of 10 or more hobbies.
  2. Submit the program module(s) and the output.
  3. For a bonus, create a second module and import it, or add a menu item to add names to the list and save the data to a new file.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output Operations
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education