fork download
  1. def test(name):
  2. while(true):
  3. print name;
  4.  
  5. test("dog")
Runtime error #stdin #stdout 0.02s 4672KB
stdin
Standard input is empty
stdout
Standard output is empty