1 2 3 | print('a',end='') print('b') |
cHJpbnQoJ2EnLGVuZD0nJykKcHJpbnQoJ2InKQo=
-
upload with new input
-
result: Success time: 0.02s memory: 5852 kB returned value: 0
ab
1 2 3 | print('a',end='') print('b') |
result: Success time: 0.02s memory: 5852 kB returned value: 0
ab