Why does this return False? Python | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Why does this return False? Python

Why is this False? value = True == (not True) != 600

27th May 2020, 7:36 PM
Pame
Pame - avatar
1 ответ
+ 3
x == y == z translates to (x==y) and (y==z).
27th May 2020, 7:42 PM
HonFu
HonFu - avatar