This is a project from the course Python Functions, Files, and Dictionaries which is part of Python 3 Programming Specialization.
This project covers these Python fundamental concepts:
- Opening files, reading files, writing to files, and closing them.
- For loops and while loops with the accumulator pattern.
- Functions.