Guest User

Untitled

a guest
Mar 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. a = int(input()) #минимум из двух числе
  2. b = int(input())
  3. if a > b:
  4. print (b)
  5. else:
  6. print (a)
Add Comment
Please, Sign In to add comment