Is there any other purpose (besides being there because it needs to be) the empty tuple may have? Or: what would you use the empty tuple for? If anything. I just can\'t find
Tuples represent arbitrary sequences of values. When you need to describe an empty sequence of values, you can use an empty tuple.