def test_method(): print "this is a test method to check sum" a = 4 b = 3 return a+b print test_method()
Standard input is empty
this is a test method to check sum 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!