Python: Append items to a tuple
Tuples, tuples, tuples. Thats fun to say. We’ve all used them, but dynamic assembly of them? Now this is cool — and something I never needed to do until today of course. Appending values to a list, or a dict is easy and well documented, but less common is the need to append…