f=lambda n:(n>15and f(n/16)or"")+"HBKD"[n/4%4]+"OAEI"[n%4] print f(10)print f(1000)print f(123456789)
Standard input is empty
KE HIDEKO BIBAKIDODAHABA
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!