`storage.py` has been modified and staged with `git add`. It will be included in the next commit. - **"Changes not staged for commit: modified: display.py"** — `display.py` has been modified but NOT staged. It will NOT be included in the next commit unless you run `git add display.py`. - **"Untracke