How to extend a tuple of tuples?

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Fri Sep 9 23:43:18 EDT 2016


On Saturday, September 10, 2016 at 12:21:48 AM UTC+12, Frank Millman wrote:
> The short answer is that I am using it as a dictionary key.

Another option is, if it takes several steps to construct the tuple, to build it incrementally as a list and then cast it to a tuple.



More information about the Python-list mailing list