Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. a=input()
  2. b=input()
  3. if a<b :
  4. print('B is maximum',b)
  5. else:
  6. print('A is maximum',a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement