fork(1) download
  1. print ''.join((lambda chr: ',\n' if chr == '\n' else chr)(chr) for chr in """[1234
  2. 234
  3. 3654
  4. 48356
  5. 51235]""")
Success #stdin #stdout 0.02s 6356KB
stdin
Standard input is empty
stdout
[1234,
234,
3654,
48356,
51235]