python是否支持由解释器强制执行的常量?

does Python support constants that are enforced by the interpreter?

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
Creating constant in Python

python是否支持由解释器强制执行的常量?例如:整数常量。程序员定义的枚举类型如何?


不,如果你想让某个东西保持不变,那就不要修改它。