Need to process all files in a directory, but am only getting one
I have a Python script that is successfully processing single files. I am trying to write a for
loop to have it get all the files in a directory that the user inputs. However, it is only processing one of the files in the directory.
How to replace r or n in rn python2.7
How to replace r or n in rn in Python2.7