#Author Shahrokh #Contact :shahrokh.zakipoor@gmail.com a = int(input("please enter number 1: ")) b = int(input("please enter number 2: ")) c = a-b print("You Entered %d , %d"%(a,b)) print("-------------------") try : temp = a << c except ValueError : print("Max Number Is :%d"%(b)) else: print("Max Number Is :%d"%(a))