import getpass import os # 사용자이름 print(getpass.getuser()) # 사용자 홈디렉토리 print(os.path.expanduser('~'))