在 /home/dev/ 目录下创建 hello.py 文件,内容如下:
1
|
print "hello,world" |
执行 hello.py 文件,即: python /home/dev/hello.py
python内部执行过程如下:
在 /home/dev/ 目录下创建 hello.py 文件,内容如下:
1
|
print "hello,world" |
执行 hello.py 文件,即: python /home/dev/hello.py
python内部执行过程如下: