Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = int(input())
- y = int(input())
- z = 1 if x >= y else -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement