I am new to python. I want to create a for loop that prints all the file names in my folder.
This is what I have :
import cf 
f = cf.read('/home/cd_files')
for i in f: 
  print f 
The file names are string values. I am guessing what I failed to include in my code.
 
     
     
     
     
    