print("Hello world")result = 2+6-8print(result)result = 7*8-5print(result)result = 71/9-54-7print(result)
Standard input is empty
Hello world 0 51 -54
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!