LED information board by rolf

u=80*" "
s=[u+raw_input()+u for i in range(7)]
for n in range(1,len(s[0])-80):
 t=[s[i][n:n+80]for i in range(7)]
 if t[3][50]=="#":t[3]=t[3][:50]+"*"+t[3][51:]
 for z in t:print z
 print   

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

download

return to the top page