Home
/
Python 3.11
/
Built-in Exceptions
/
AssertionError
Python 3.0
Python 3.11
Functions
ID
EN
…
Built-in Exceptions
AssertionError
Python 3.11
Raised when an assert statement fails.
Syntax
PYTHON
Copy
exception AssertionError
See Also
assert