In Python, there are many comparison operators
[https://realpython.com/python-operators-expressions/#comparison-operators]; you
always use them to check something in your code and let your code take decision
according to the comparison
In this article, I want to go deep with two operators == to check equality, and
is to check