Advertisement
draligamer7Snakify

minimum of 2

Oct 11th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. a=int(input())
  2. b=int(input())
  3.  
  4. if a<b:
  5. print(a)
  6. else:
  7. print(b)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement