hello hello world by xsot

for i in range(100):
 s='';f=1
 while f:s='   whwoeorlrllldod!'[2-i%3::3]+s;f=i=i/3
 print s[1:]

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

download

return to the top page