assert

DO NOT USE assert in production code, use try-except.

assert statements will be ignored if Python runs in optimization mode.