def function(a, b): return a*2, b*2print(function(3, 2))
Standard input is empty
(6, 4)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!