Guest User

Untitled

a guest
Dec 13th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if ((a < 10) and (b > 5)) or ((b < 4) and (not(c > 10)))
  2. a b c
  3. 1 2 3 = True
  4. 34 53 12 = False
  5. 65 -45 2 = False
  6. 5 10 1 = True
Add Comment
Please, Sign In to add comment