snipplets.dev/code/Python/os_env.py

3 lines
36 B
Python
Raw Normal View History

2023-01-22 06:12:13 +03:00
import os
print(os.environ['HOME'])