Posts by Zthree • 1 point
1 post
-
0
votes4
answers2181
viewsA: Check file extensions in Python
I don’t know if this will help anyone else I used a module from the library "os" called listdir that lists items from a current working directory by default, but if you pass parameter it will list…