This is a simple command-line To-Do List application developed using Python as part of the DecodeLabs Python Programming Internship.
- Add new tasks
- View all tasks
- Menu-driven interface
- Handles invalid menu choices
- Exit the application safely
- Python 3
- Lists
- Loops
- Conditional Statements
append()enumerate()
python todo.py- Add a task
- Add another task
- View all tasks
- Exit the application
This project helped me understand:
- Python Lists
- User Input
- Loops
- Conditional Statements
- Menu-driven programming
This project was completed as part of the DecodeLabs Python Programming Internship.