Python's assert statement PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
5 min. read 4 min. video Python 3.8—3.12

Let's talk about Python's assert statement.

assert either does nothing or raises AssertionError

When the assert statement is given a value that's True, it does nothing:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.