The first file below (basic_example.py) demonstrates a simple Python program that reads a filename from standard input and processes it.
Specifically, the helper function prints all the lines and also returns the last line of the file.
The second file (student_test.py) demonstrates some very basic unit testing of the helper function.