Find all the modules loaded in Python

To find all the modules loaded by python, execute the following script:

If you run the above code, you will can see all the modules that are loaded.

Leave a Reply