fork download
  1. def name(n=0):
  2. return 'wonkifiale'[9 - n] + name(n+1) if n <= 9 else ''
  3.  
  4. print(name())
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
elaifiknow