hello hello world by ongspxm

a='!odlllreohw'
for i in range(100):
 s=''
 while i:s+=' '+a[2-i%3::2];i/=3
 print s[:0:-1]or'world'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page