Hi what signify != | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi what signify !=

hi

12th Sep 2017, 8:41 PM
Rabia Tame
Rabia Tame - avatar
2 Answers
0
It's the "not equals" operator. Returns true if the equality is false.(It's the opposite of the equals operator "==" For example: print(True == False) #prints False print(True != False) #prints True
12th Sep 2017, 10:59 PM
Daniel de Lizaur
- 2
thenk's
12th Sep 2017, 8:45 PM
Rabia Tame
Rabia Tame - avatar