To get to the files in the folder, we need their locations as well. The smartest way for us to get them is with os.path.join().

Create a file variable and use os.path.join() with folder and the name of a file in the folder as arguments.