a = 120b = 725 if a < b: print("b큼")elif a == b: print("둘같음")else: print("a큼")
Standard input is empty
b큼
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!