# # 0KLQtdGB0YLQvtCy0LjRhw==input = "add 3, 6\n print 77\n sub 88, 33"print(input)def interpret(command): print(command)
Standard input is empty
add 3, 6 print 77 sub 88, 33
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!