What is 'is is not' used for? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is 'is is not' used for?

operators

5th Mar 2018, 3:40 PM
Daniel Tomiwa
2 Réponses
+ 11
language : Python is is not is almost similar to != operator If values of two operands are not equal, then condition becomes true. also is is not is an identity test where as != is equality test ... check out this 👇 for more https://stackoverflow.com/questions/2209755/python-operation-vs-is-not
5th Mar 2018, 5:35 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 9
language?
5th Mar 2018, 3:53 PM
Vukan
Vukan - avatar