fork(1) download
  1. # your code goes here
  2. revertido = str(123)[::-1]
  3. print(revertido)
Success #stdin #stdout 0.02s 28384KB
stdin
Standard input is empty
stdout
321