Python - Standard Library Usage
What will be the output of this code if the environment variable 'HOME' is set to '/home/user'?
import os
print(os.getenv('HOME'))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions