Here’s a complete implementation of a simple “What Changed?” file comparison tool in Python. This tool takes two files as input, compares their contents line by line, and outputs a clear difference report. It supports added, removed, and modified lines.