1 2 | print ['a','b'] + ['c','d'] |
cHJpbnQgWydhJywnYiddICsgWydjJywnZCddCg==
-
upload with new input
-
result: Success time: 0.02s memory: 4676 kB returned value: 0
['a', 'b', 'c', 'd']
1 2 | print ['a','b'] + ['c','d'] |
result: Success time: 0.02s memory: 4676 kB returned value: 0
['a', 'b', 'c', 'd']