Posts by Ivan Silva • 31 points
1 post
-
3
votes2
answers280
viewsQ: How to move multiple ZIP files at once with Python
I am creating a function to manage files using python. i would like this function to do the following: take all my zip or mp3 files (or other formats) and move them all at once to a folder.…