𝕬
Size: a a a
𝕬
А
... == True
, ... == False
, ... == 0
это моветонE
E
БГ
x = int(...)
E
ЕО
БГ
ЕО
E
x = int(...)
E
𝕬
БГ
x and not x%15
easier than x!=0 and x%15!=0
E
NP
E
x and not x%15
easier than x!=0 and x%15!=0
𝕬
А
БГ
x!=0 and x%15!=0
is more difficult than x and not x%15