Python to 2bit

python -m py_compile exaile.py
编译成pyc文件
python --m py_compile exaile.py

编译成pyo文件

原文地址:https://www.cnblogs.com/cpper/p/1470743.html