Home
/
Python 3.11
/
Built-in Constants
/
False
Python 3.0
Python 3.11
Functions
ID
EN
…
Built-in Constants
False
Python 3.11
The false value of the bool type. Assignments to False are illegal and raise a SyntaxError.
Syntax
PYTHON
Copy
False
See Also
bool
SyntaxError