0
>>> 1 != 1 False >>> "eleven" != "seven" True >>> 2 != 10 True...how is 1!=1 false, but 2!=10 true?
I do not understand how 1 isnt equal to 1 but 2 is equal to 10
6 Respuestas
+ 4
Rethink every condition as a question, then it starts to make sense.
Is 1 != 1? False
is 2 != 10? True.
(!= means NOT equal - just in case. 😉)
+ 2
Werg Serium, pardon?
+ 1
Take a looks at the second slide of this lesson.
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2276/
0
Lol , nice joke not? 😂😂😂
0
The question itself is a joke, purery. Or he just have serious problems with logics.
0
Problems like confusing that "!=" with that "=="