Python Module os: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
If the environment variable does not exist, the call will get <code>[[Python_Language#None|None]]</code> | If the environment variable does not exist, the call will get <code>[[Python_Language#None|None]]</code> | ||
=Working Directory= | |||
{{Internal|File_Operations_in_Python#Working_Directory|File Operations in Python | Working Directory}} |
Revision as of 00:52, 16 February 2022
External
Internal
Overview
Environment Variables
import os
print(os.environ.get('HOME'))
If the environment variable does not exist, the call will get None