Python
a =int(input()) e =int(input()) if a>e: print(a,e) if e>=a: print(e,a)