Computer Science, asked by snehachengaloor5137, 11 months ago

Is there a “not equal” operator in Python?

Answers

Answered by Student213
0

Python not equal operator. Python not equal operator returns True if two variables are of same type and have different values, if the values are same then it returns False .

Answered by fiercespartan
0

Here are the important mathematical operators in python:

1)  > --- Greater than

2) < --- Less than

3) >= --- Greater than or equal to

4) <= --- Less than or equal to

5) == --- equal to

6) != --- not equal to

Hope my answer helps!

Similar questions