fork(5) download
  1. a = raw_input() ; b = a[1:] ; b = b[::-1] ; b=a[0]+b ; print b
Success #stdin #stdout 0.09s 10848KB
stdin
chicken
stdout
cnekcih