Created
August 24, 2016 10:16
-
-
Save kurozumi/028528931dcfc1a231884321f9c3cc98 to your computer and use it in GitHub Desktop.
【Python】ユーザディレクトリのパスを取得する方法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
print(os.path.expanduser('~')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment