0
why is {if not false } condition not executing?
if not 1 + 1 == y or x == 4 and 7 == 8 if not (true or true) and false if not (true and false) if not false
4 Respostas
+ 5
put 1 + 1 inside parenthesis?
+ 4
Yes, Capitalize Booleans...
+ 1
you should code "if not False"
unless you have already defined "false"
+ 1
if you do so,the answer is the same,but it can help you to check the code more conveniently