Define assert

Define Documentation

assert(exp)

Declare that a condition should be true.

Parameters
  • exp – Expression that should evaluate to True.