Vertical Indent by llhuii

r=''
for s in open(0):
 i=1
 for c in s*9:q=c!='(';i-=1|-q;r=(r+(' ',c)[i==q],r.strip()+c)[c<'(']
print(r)

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

download

return to the top page