This is a basic Python console application for managing a simple to-do list.
The user can add tasks, view tasks, and delete tasks from the list.
This project is great for beginners to practice using lists, loops, and functions in Python.