Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 245 Bytes

File metadata and controls

10 lines (8 loc) · 245 Bytes

This is a simple Task Manager program that runs using Python and it is my first program.

Features:

  1. Add a new task
  2. List all tasks
  3. Mark a task as done
  4. Delete a task
  5. Save tasks to a file

#October18 - Add a new task program complete