x,y = input().split() if x > y: print("True") elif x < y : print("False") if x < y: print("True") else: print("False")