This is a simple Python console-based To-Do List application. It allows users to add tasks, remove tasks, and exit the program. The project demonstrates basic Python concepts like user input, list ...