fork(1) download
  1. f=lambda s:s and`ord(s[0])+4`[1:]+f(s[1:])
  2.  
  3. for s in 'helloworld', 'codegolf', 'alphabetcipher', 'johncena':
  4. print f(s)
Success #stdin #stdout 0s 9024KB
stdin
Standard input is empty
stdout
08051212152315181204
0315040507151206
0112160801020520030916080518
1015081403051401