나를 기록하다
article thumbnail
반응형

A, B = map(int, input().split())
if A > B:
    print(">")
elif A < B:
    print("<")
elif A == B:
    print("==")
// 결과
1 2
<

5 5
==

6 1
>
반응형
profile

나를 기록하다

@prao

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!

profile on loading

Loading...