To list all the files in the current directory, we add .listdir() to os.

Great job! In the current directory, there are two files. One named webbrowser.exe and another name code.py.

Make sure to place os first, then the period (.), and finally listdir().