Python代码片段
时间:2008-06-19 来源:rleon
get system platform
>>> os.name
'posix'
>>> sys.platform
'linux2'
>>>
get HOME path
>>> os.environ['HOME']
'/home/rui'
>>> os.system('echo $HOME')
/home/rui
0
>>>
get command line
>>> sys.argv
['']
>>>
--
海阔天空,做什么就记什么。主要是 Ubuntu Linux 和 Latex 及编程相关的东东:
http://hai-kuo.blogspot.com/
>>> os.name
'posix'
>>> sys.platform
'linux2'
>>>
get HOME path
>>> os.environ['HOME']
'/home/rui'
>>> os.system('echo $HOME')
/home/rui
0
>>>
get command line
>>> sys.argv
['']
>>>
--
海阔天空,做什么就记什么。主要是 Ubuntu Linux 和 Latex 及编程相关的东东:
http://hai-kuo.blogspot.com/
相关阅读 更多 +