My Snippets
Search Engine
Light Mode
Untitled
unknown
python
a month ago
106 B
0
Indexable
Never
A=int(input()) B=int(input()) if A<B: print("<") if A>B: print(">") if B==A: print("=")