What is the name and use of <> operater? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the name and use of <> operater?

9th Jun 2018, 5:20 AM
Aayushi
Aayushi - avatar
2 Answers
+ 2
It means that this not the same. It's removed in Python 3, now use !=. But there is an easter egg that let you use <> : >>> from __future__ import barry_as_FLUFL >>> 10 <> 100 True
9th Jun 2018, 6:30 AM
Alihuseyn Kengerli
Alihuseyn Kengerli - avatar
+ 1
Language?
9th Jun 2018, 6:17 AM
Alihuseyn Kengerli
Alihuseyn Kengerli - avatar