Posts by Will • 23 points
2 posts
-
1
votes1
answer142
views -
1
votes1
answer762
viewsQ: List only files without folders in Python dirétorio
I need to list files in a directory, but I need you to list only the files, without showing any folder if you have in that directory. I used: import os print os.listdir('/')…