import sys
A, B = map(int, sys.stdin.readline().rstrip().split())
if A > B:
print('>')
elif A == B:
print('==')
else:
print('<')
'๐ Python > ๋ฐฑ์ค' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[2884]์๋ ์๊ณ (0) | 2022.02.26 |
---|---|
[14681]์ฌ๋ถ๋ฉด ๊ณ ๋ฅด๊ธฐ (0) | 2022.02.26 |
[10430]๋๋จธ์ง (0) | 2022.02.24 |
[10926]??! (0) | 2022.02.24 |
(๋ค์)[1920]์ ์ฐพ๊ธฐ (0) | 2022.02.23 |