Blog

Python | os.environ.get Vs os.getenv

Context

Question

What is the difference between os.environ.get and os.getenv?

Answer

They are the same

What I Learned

Resources

Tags: