Untitled

Anonymous
python
10/27/2023 3:41 PM
144 B
17
Indexable
A=int(input())
B=int(input())
if A<B:
    print("<")
if A>B:
    print(">")
if B==A:
    print("=")
Editor is loading...