Comparison operators in python
Introduction Comparison operators also referred to as relational operators are used in comparing two values and determine the relation between them. It is mostly used in the decision-making process to verify the conditions. Here, you will learn about six different comparison operators with an example; 1. Equal to (==) If the values of two operands […]