Question: # Write a program in PYTHON to keep track of conference attendees. For each attendee, your program should keep track of name, company, state, and
# Write a program in PYTHON to keep track of conference attendees.
For each attendee, your program should keep track of name, company, state, and email address. Your program should allow users to do things such as add a new attendee, display information on an attendee, delete an attendee, list the names and email addresses of all attendees, and list the names and email addresses of all attendees from a given state.
The attendee list should be stored in a file and loaded when the program starts.
Note: Free to design the menu, wording, txt file format.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
