Thursday , September 19 2024

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

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

  • !=
  • =
  • ===
  • ==

Explanation: Remember that the == operator compares two arguments and checks if they are equal.

More Questions: Python Essentials 1 – Module 3 Test