panda=5if panda >0: print( panda, "is a positive number")elif panda <0: print(panda,"is a negative number")
Standard input is empty
5 is a positive number
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!