This repository contains the completed Task 5 from my Python learning journey.
In this task, I developed a Python program that demonstrates:
- Reading from files
- Writing to files
- Appending data
- Understanding how Python interacts with external text files
- Creating reusable functions
- Handling user inputs
- Building a simple menu-driven application
- Python basics with real-world usage
- Debugging and error handling
- Running Python projects using the Thonny IDE
- Understanding how file I/O interacts with the system