print((lambda a,b:{1: ">", 0: "=", -1: "<"}[(a > b) - (a < b)])(*map(int, input().split())))