Turing Machine by hallvabo

a=list(open('/dev/fd/0'))
s=p=121
t=[32]*331
while~s%9:t[p],d,s=map(ord,a[t[p]%8+1][s%8*4:][:3]);p+=d-61
print`map(chr,t)`[2::5].strip()

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

download

return to the top page