+ 1
i dont understand that
if not 1 + 1 == y or x == 4 and 7 == 8: are that true or false and why
4 Respostas
- 2
What are the values of x and y?
+ 1
x=4 and y=2 but thx bro i understand it :)
+ 1
What is 'y' and 'x' ?
if y is greater than 2 or less than 2, its gonna return true because 1+1 is not equal to 2.
and the expression after 'or' is going to always return false. Because 7 is not 8.
I mean if first expression is true, it s going to return true if not, it s going to return false
+ 1
because the last statement is (and) and it is false, the overall statement is false. it means the statement is independent from y, x