This is a simple To-Do List program made using Python.
I created this project to practice my basic Python skills and understand how lists, loops, conditions, and user input work together.
- Add a new task
- View your tasks
- Mark a task as completed
- Remove a task
- Exit the program
- Python
- Download or clone this repository.
- Open the project folder in VS Code or any Python editor.
- Run the Python file:
python todo.py
--- TO-DO LIST ---
1. Add Task
2. View Tasks
3. Mark Task as Completed
4. Remove Task
5. Exit
Enter your choice: 1
Enter task: Learn Python
Task added!