'Unzipping multiple files one level deeper with python

I've got a folder filled with a lot of files that need to be unzipped, but the problem is they also need their top directory removed. For example, I have file.zip and inside it is a folder, and inside that folder is another folder. I want to only unzip the second folder and I want to repeat this process for multiple zip files at once.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source