KALIIOWORK / basic_python_programs

Explore easy-to-understand Python programs for beginners! Contribute, learn, and grow your coding skills. Start your Python journey here! 🚀🐍
0 stars 8 forks source link

To Do List #22

Closed nv-0203 closed 10 months ago

nv-0203 commented 10 months ago

issue #10

Added a program that implements a To-Do List Manager The program displays a menu with following functions:

  1. Add Task
  2. Mark Task as Completed
  3. View To-Do List
  4. Remove Completed Tasks
  5. Exit and returns perfectly