def print_two(*args): arg1, arg2 = args print( "arg1: %r, arg2: %r" )% (arg1, arg2) print_two("Zed","Shaw")
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!