hello world

在 /home/dev/ 目录下创建 hello.py 文件,内容如下:

1
print "hello,world"

执行 hello.py 文件,即: python /home/dev/hello.py

python内部执行过程如下:

posted on 2016-03-03 13:17  严宏君  阅读(114)  评论(0编辑  收藏  举报