I have a big folder /myfolder/ that contains many different subfolders like:
/myfolder/aa//myfolder/ab//myfolder/ac//myfolder/ad/
and each of the subfolders contains many zip files. I would like to unzip all of them in the myfolder directly (all in the same place, that is)
How can I do that in Python?
Thanks!