def function(a, b, c): return a + b + cprint(function(1, 2, 3))print(function("cat", "dog", "bat"))
Standard input is empty
6 catdogbat
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!