fork download
  1. print ['a','b'] + ['c','d']
  2.  
Success #stdin #stdout 0.02s 4676KB
stdin
Standard input is empty
stdout
['a', 'b', 'c', 'd']