Advertisements
Advertisements
Question
Which of the following operators will return either True or False?
Options
+=
!=
=
*=
MCQ
Solution
!=
Explanation:
When two values are compared, the Not equal to function returns a Boolean result indicating whether the two values are equal or not.
shaalaa.com
Introduction of Exception Handling in Python
Is there an error in this question or solution?