This Python project is a simple to-do list application that demonstrates basic Python skills such as file handling and user interaction.
- Add tasks to the list
- Remove tasks from the list
- Display tasks
- Save tasks to a file
- Load tasks from a file
-
Save the code: Save the provided
todo.py
file. -
Run the script:
python3 todo.py