Tetris by SeeNoEvil

for v in([0]*15+[[1,129,709],[1,512,512,704,722,8],[2,4,1021,4,0,458,255,511,511]][raw_input()[4:].count("#")])[-15:]:
 l="";n=10
 while n:l+=" #"[v%2];v/=2;n-=1
 print l

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

download

return to the top page