Documentation

Type defined in library builtins

AssertionError

Python raises an assertion error when an assert statement fails (when the condition in the assert statement evaluates to False).

Code
size = -2 assert size >= 0, "Size must be 0 or positive"
error
AssertionError: Size must be 0 or positive
Code
assert False
error
AssertionError

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version a9143b0 (Sun, 14 Dec 2025 12:09:46 GMT)