You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add task list, update task, delete task, view task, save task to text file
About
This is a simple command-line Task Manager program that lets users add, update, delete, view, and save tasks. It uses basic Python features like lists, functions, loops, and file handling for task organization.