# -*- coding: utf-8 -*- import os.path import os hd = os.environ["HOME"] hd = os.path.expanduser("~")
詳細はドキュメントで
# -*- coding: utf-8 -*- import os.path import os hd = os.environ["HOME"] hd = os.path.expanduser("~")
OSはUbuntu 9.04
PythonはPython 2.6.2
0 件のコメント:
コメントを投稿