Jade Dungeon

Python运行

Python运行

脚本方式

脚本文件test.py

#!/usr/bin/env python
print "aaa"

执行:

chmod 755 test.py
./test.py