def name(n=0): return 'wonkifiale'[9 - n] + name(n+1) if n <= 9 else '' print(name())
Standard input is empty
elaifiknow
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!