Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. x,y = 5,6
  2. if x > y and x != y :
  3. print("Condition is False")
  4. else :
  5. if x <= y and x == y :
  6. print("Condition is False")
  7. else :
  8. print("Condition is True")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement