https://peps.python.org/pep-0308/


그래서 저걸 읽었는데


<condition> then <expression1> else <expression2>


이런 제안도 있더라.

나라면 이 방법이 좋았을 것 같다는 생각이 든다.


그리고 지금 방식에 대해서도 이런 내용이 있다.

The out-of-order arrangement was found to be too uncomfortable for many of participants in the discussion;

especially when <expression1> is long, it’s easy to miss the conditional while skimming.