fork(3) download
  1. print 'Hi = 123456'.split(' = ')
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
['Hi', '123456']