/ Published in: Python
Expand |
Embed | Plain Text
import os home_dir = os.path.expanduser("~") print home_dir
Comments
Subscribe to comments
You need to login to post a comment.
wearetherock on 09/09/09
2 people have marked this snippet as a favorite
import os home_dir = os.path.expanduser("~") print home_dir
Subscribe to comments
You need to login to post a comment.
In perl