It's Not THE Ternary Operator -- there are many
I'm sick of reading about THE Ternary Operator.
There is not merely a single operator that is ternary. There are many operators that are ternary.
Here's one example:
>>> 6+1 >= 6 >= 6-1
The >= >= operator is ternary. It has 3 operands. Count them.
There are a 36 of these ternary operators …
more ...