Advertisement
igovasconcelos

Untitled

Aug 26th, 2020
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. x = int(input())
  2. y = int(input())
  3. z = 1 if x >= y  else -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement