Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = 1
- b = 2
- a < b //a is less than b
- a <= b //a is less than, and not equal to b
- b > a //b is more than a
- b >= a //b is more than, and more than equal to a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement