Get All Environment variables using Python
For confirming the executable environmental conditions on the start of my python program, I need some method using which i shall be able to retrieve all the environment variables.
I had not done this any time before, and not sure how to do so.
Any guidance will be helpful.