Beginner Python
Q23 / 101

What is the Python keyword for "not equal to"?

Correct! Well done.

Incorrect.

The correct answer is D) !=

D

Correct Answer

!=

Explanation

!= is the not-equal operator in Python 3. The <> operator was removed in Python 3.

Progress
23/101