Posts by Dirtycoder • 51 points
1 post
-
5
votes4
answers36247
viewsA: List files from a Python folder
You can use the the walk., it returns a tuple with the path, directory, file, as you are interested only in the file, can ignore the first two parts, doing: for _, _, arquivo in…
pythonanswered Dirtycoder 51