What is the name and use of <> operater? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What is the name and use of <> operater?

9th Jun 2018, 5:20 AM
Aayushi
Aayushi - avatar
2 Réponses
+ 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