Relational operators in python!
Relational operators are the operator used for comparing two expressions and yield the result as either True or False .
Syntax : expression <relational operator> expression
List of operators
= = (equal to)
< (less than)
> (greater than)
< = (less...
developwithkanika.hashnode.dev1 min read