Fill Alternating Layers by hallvabo

while 1:
 s='';n=1
 for c in raw_input():b=' ('.find(c);n^=b;s+=('*',c)[n|b]
 print s

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

download

return to the top page