In Python, we use print() to print values to the console. Give it a try.

Great work! Printing values to the console will help understand what files we're accessing later on.

Make sure to place the statement variable insideprint(), like so: print(statement).