This repository contains Python exercises demonstrating file handling and exception handling concepts.
- Read file contents
- Copy contents between files
- Count words in a file
- Convert string to integer (with error handling)
- Raise exception for negative integers
- Compute average with try-except-finally
- Write string to file (with success message)