実は横に並んでたほうが見やすいコードなのではないかと考えてみる. (パースが難しいとかは目をつぶろう)
if a == 0:
print(True)
else:
print(False)
a == 0
if: else:
print(True) print(False)
<columns>
<column>
this is one
<column>
<column>
this is two
<column>
<columns>
<columns>
<column> <column>
this is one this is two
<column> <column>
<columns>
まぁ ヴィジュアルプログラミング言語とかなのかもしれない.