Untitled

 avatar
unknown
python
2 years ago
106 B
7
Indexable
A=int(input())
B=int(input())
if A<B:
    print("<")
if A>B:
    print(">")
if B==A:
    print("=")
Editor is loading...