micropython-lib/unix-ffi/os/example_getenv.py

4 wiersze
43 B
Python

import os
print(os.getenv("HOME", "def"))