冬秋夏春
longingo
全部博文(64)
Actel(0)
Alter(0)
基于WEB 的嵌入式(1)
MaxWit(1)
work_0831(5)
2011年(2)
2010年(1)
2009年(61)
Grodon_J
zusheng
rendong2
donney12
daniel_k
beyondle
lsy97874
cpnongfu
51010919
分类: Python/Ruby
2009-09-21 15:38:46
#!/usr/bin/python# Filename: using_sys.pyimport sysprint 'The command line arguments are:'for i in sys.argv: print iprint '\n\nThe PYTHONPATH is', sys.path, '\n'
#!/usr/bin/python# Filename: using_sys.py
import
sys
print
'The command line arguments are:'
for
i
in
.argv:
'\n\nThe PYTHONPATH is'
,
.path,
'\n'
上一篇:魔方数之解
下一篇:第11章 面向对象的编程
登录 注册