viewing paste ls with python | Python

Posted on the
1 2 3 4 5 6 7 8
#import os
##os.walk('.')
 
#for  dirs in os.walk("."):    
    #print (dirs)
    ##print (len(files) )
    ##print(files[0])
    ##print ('\n')
Viewed 817 times, submitted by Guest.