python学习笔记摘录


                .作为Unix脚本
#!/usr/bin/python

import sys
print "Hello".sys.argv[1]
.