a = 9if a <= 0: print("0 이하")elif a <= 5: print("5 이하")else: print("10 이하")
Standard input is empty
10 이하
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!