fork download
  1. def test(name):
  2. print "hello " + name
  3.  
  4. test("dog")
Success #stdin #stdout 0.02s 4676KB
stdin
Standard input is empty
stdout
hello dog