Computer Science, asked by kbcbhatt17, 19 days ago

Python support _____ types of relational operator​

Answers

Answered by amitkumarswain2005
2

Python supports 6 operators they are listed below:-

  1. Equal to Checks whether two operands are equal.
  2. Not equal to Checks whether two operands are not equal.
  3. Greater than Checks whether the left side operand is greater than the right side operand.
  4. Less than Checks whether the left side operand is less than the right side operand.
  5. Greater than or equal to Checks whether the left side operand is either greater or equal to the right side operand.
  6. Lesser than or equal to Checks whether the left side operand is either less than or equal to the right side operand.
Similar questions