0
operator precedence question
Can someone help me understand the output? 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")
1 Respuesta
Can someone help me understand the output? 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")