python内置常量Falsebool类型的假值,python3中,False作为一个关键字不能被赋值,赋值是非法的,会报语法错误:
In [1]: False = 0
File "<ipython-input-1-38
2017-11-15