+ 4
What is the result of this code?
What is the result of this code? x = 4 y = 2 if not 1 + 1 == y or x == 4 and 7 == 8: print("Yes") elif x > y: print("No")
7 Respostas
+ 13
No
+ 4
The result is: No.
As the first condition is false and the second x > y is true.
+ 3
no
0
No
0
it is no
0
Why the first condition is False?
0
Hi