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