fork download
  1. print('1234')
  2. print('1234'[0:-1])
  3.  
Success #stdin #stdout 0.01s 28384KB
stdin
Standard input is empty
stdout
1234
123