Source Code:
(back to article)
import os home_dir = os.path.expanduser("~") print(home_dir)
Result:
Report an issue