[BAEKJOON] 1330 : 두 수 비교하기 - python3 1 2 3 4 5 6 7 8 9 10 11 12 A,B = input().split() A = int(A) B = int(B) if ( A = 10000 or B = 10000): exit() elif A>B: print(">") elif A Study/BAEKJOON 2021.08.03