The program is designed to help users manage a to-do list. It provides a simple command-line interface for users to add tasks, view existing tasks, and remove tasks from their to-do list. The program prompts the user to enter a number corresponding to their desired action from the menu. Based on the user's choice, the program takes one of the following actions: Adding a task by invoking add_task(). Viewing tasks by invoking view_tasks(). Removing a task by invoking remove_task(). Exiting the program by displaying a goodbye message and breaking out of the loop.
VishakBaddur/Interactive-Task-Management-System
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|