Thursday , September 19 2024

An operator able to check whether two values are not equal is coded as:

Questions BankCategory: Python Essentials 1An operator able to check whether two values are not equal is coded as:
An operator able to check whether two values are not equal is coded as:

  • =/=
  • !=
  • <>
  • not

Explanation: The != operator checks whether two values are not equal. For example, the following expression 1 != 2 will evaluate as True.

More Questions: Python Essentials 1 (PE1) Course Final Test