This is a simple to do list program that can be run from the command line. The program reads a list from a text file then allows the user to modify it by adding, removing, or clearing the list. This is a solution to a to do list project I assigned second semester programming students.
- This programming project taught how to read and write to and from a file in python using:
- read()
- write()
- readline()
- Python : python must be installed in order to run this program.
- Navigate to the directory the fileioAP.py file is stored in and run
python fileioAP.py