How-to articles, tricks, and solutions about ASSERTION
What is the use of "assert" in Python?
In Python, the assert statement is used to check if a certain condition is true, and if it is not true, raise an exception.