Next, we'll loop through the file names in the current directory and copy the virus code to them.

Create a for loop to loop through the file names in the current directory.

Awesome!

Create the for loop with for file_name in os.listdir():.