I have a list of ~1000+ values in it. The values are the names of files in a folder which is given by os.listdir(folder_path)
os.listdir(folder_path)
code looks like this: