fork download
  1. # your code goes here
  2. def function(a,b):
  3. print "the first number is %r, recond number is %r" % (a,b)
  4.  
  5. function (1, 2)
  6.  
Success #stdin #stdout 0.02s 7052KB
stdin
Standard input is empty
stdout
Standard output is empty