Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 671 Bytes

To do list

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.

Learning Target

  • This programming project taught how to read and write to and from a file in python using:
    • read()
    • write()
    • readline()

Running the program

Dependencies

  • Python : python must be installed in order to run this program.

Running

  • Navigate to the directory the fileioAP.py file is stored in and run
python fileioAP.py