fork download
  1. # your code goes here
  2. def print_two_again(arg1, arg2):
  3. print "arg1: %r, arg2: %r" % (arg1, arg2)
  4.  
  5. print_two_again("Zed","Shaw")
Success #stdin #stdout 0.01s 6968KB
stdin
Standard input is empty
stdout
Standard output is empty