嘿嘿 python与别的语言都一样都有同样的开始方式
那就是 hello world!
源码:
#!/bin/env python print "hello world!"print "hello python!"