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