Constants
Built-in Constants
A small number of constants live in the built-in namespace. They are:
-
False
-
The false value of the
bool
type. Assignments toFalse
are illegal and raise aSyntaxError
.
-
True
-
The true value of the
登录查看完整内容bool
type. Assignments toTrue
are illegal and raise aSyntaxError
.