Python Comparison operators
इसका उपयोग निम्न प्रकार है :-
इस ऑपरेटरों का उपयोग दो मानों की तुलना करने के लिए किया जाता है ।
> Greater than: True if the left operand is greater than the right
< Less than: True if the left operand is less than the right
== Equal to: True if both operands are equal
!= Not equal to – True if operands are not equal