Programming (12th Grade)
if-elif-else/operators
Which operator is used to check if one value is not equal to another in Python?
!=
=
==
!==