fork download
  1. def text(str):
  2. return(str[::-1])
  3.  
  4. N="apple btc python"
  5. print(text(N))
Success #stdin #stdout 0.03s 9556KB
stdin
Standard input is empty
stdout
nohtyp ctb elppa