a=1b=1print(a==b)print(1==2)print(1>2)print(1<2)print(True)print(False)
Standard input is empty
True False False True True False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!