Earlier quoted context omitted.
Each to their own, but both the snippets you posted crossed my threshold for headache inducing parentheses tracking
Similarly, my parsing of special-case syntax in the Python.
(for) k, v in dic.items()
which is just
k, v = (, ) for every key value pair in the dictionary