I want to list out all the environment variables in my system in python. The list should give me the name of the variable and its value.
I want to list out all the environment variables in my system in python. The list should give me the name of the variable and its value.