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