Assignment Instructions
# This is the flower box and it should at the beginning of each assignment
# You must add comments to your code
# Program name : Wk8_firstname_lastname.py
# Student Name : first name last name
# Course : ENTD220
# Instructor : instructor name
# Date : due date
# Copy Wrong : This is my work
You are going to enhance the prior assignment by doing the following
1) Add menu items to write to a file and to read from a file
2) create a class wrfile() with two methods to write the results to a file, and to read the results from a file.
Sample output
Use the same output from last assignment
Submission Instructions:
Make sure that you save your code in a text file in this format;
W7_firstname_lastname.py