AssertionError
Python raises an assertion error when an assert statement fails (when the condition in the assert statement evaluates to False).
size = -2
assert size >= 0, "Size must be 0 or positive"AssertionError: Size must be 0 or positive
assert FalseAssertionError

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI
Privacy Policy • Platform Version 326f8876 (Sat, 04 Apr 2026 16:45:08 GMT)