Tic Tac Toe by zombie

from re import *
s=' %s \n'%sub('. # .','\n---+---+---\n',' | '.join('1 4#72 #563'));t=1
exec"s=sub(`t`,'OX'[t%2],s);print sub('\d',' ',s);t+=1;"*7

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

download

return to the top page