<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Tuple of Lists Python</title><link>http://www.bing.com:80/search?q=Tuple+of+Lists+Python</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Tuple of Lists Python</title><link>http://www.bing.com:80/search?q=Tuple+of+Lists+Python</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>python - What is a tuple useful for? - Stack Overflow</title><link>https://stackoverflow.com/questions/42034/what-is-a-tuple-useful-for</link><description>A tuple is a good way to pack multiple values into that cookie without having to define a separate class to contain them. I try to be judicious about this particular use, though.</description><pubDate>Fri, 17 Apr 2026 17:31:00 GMT</pubDate></item><item><title>list - What exactly are tuples in Python? - Stack Overflow</title><link>https://stackoverflow.com/questions/2488522/what-exactly-are-tuples-in-python</link><description>A tuple is a sequence of immutable Python objects. Tuples are sequences, just like lists. The differences between tuples and lists are, the tuples cannot be changed unlike lists and tuples use parentheses, whereas lists use square brackets. Creating a tuple is as simple as putting different comma-separated values.</description><pubDate>Thu, 16 Apr 2026 03:13:00 GMT</pubDate></item><item><title>types - What are "named tuples" in Python? - Stack Overflow</title><link>https://stackoverflow.com/questions/2970608/what-are-named-tuples-in-python</link><description>Named tuples are basically easy-to-create, lightweight object types. Named tuple instances can be referenced using object-like variable dereferencing or the standard tuple syntax. They can be used similarly to struct or other common record types, except that they are immutable. They were added in Python 2.6 and Python 3.0, although there is a recipe for implementation in Python 2.4. For ...</description><pubDate>Mon, 06 Apr 2026 16:04:00 GMT</pubDate></item><item><title>python - List vs tuple, when to use each? - Stack Overflow</title><link>https://stackoverflow.com/questions/1708510/list-vs-tuple-when-to-use-each</link><description>Using a tuple instead of a list is like having an implied assert statement that this data is constant, and that special thought (and a specific function) is required to override that. Some tuples can be used as dictionary keys (specifically, tuples that contain immutable values like strings, numbers, and other tuples).</description><pubDate>Thu, 16 Apr 2026 15:59:00 GMT</pubDate></item><item><title>python中的tuple应该怎么读？ - 知乎</title><link>https://www.zhihu.com/question/26425391</link><description>tuple的词源： 五元组 quintuple [ˈkwɪntjʊpl] 六元组 sextuple ['sekstjʊpl] 七元组 septuple ['septjʊpl] 八元组 octuple ['ɒktjʊpl] 显然 ['tjʊpl]无疑。</description><pubDate>Thu, 16 Apr 2026 18:29:00 GMT</pubDate></item><item><title>How does tuple comparison work in Python? - Stack Overflow</title><link>https://stackoverflow.com/questions/5292303/how-does-tuple-comparison-work-in-python</link><description>Tuples are compared position by position: the first item of the first tuple is compared to the first item of the second tuple; if they are not equal (i.e. the first is greater or smaller than the second) then that's the result of the comparison, else the second item is considered, then the third and so on. See Common Sequence Operations: Sequences of the same type also support comparisons. In ...</description><pubDate>Thu, 16 Apr 2026 15:23:00 GMT</pubDate></item><item><title>What's the difference between lists and tuples? - Stack Overflow</title><link>https://stackoverflow.com/questions/626759/whats-the-difference-between-lists-and-tuples</link><description>What are the differences between lists and tuples, and what are their respective advantages and disadvantages?</description><pubDate>Tue, 14 Apr 2026 21:16:00 GMT</pubDate></item><item><title>python - How to change values in a tuple? - Stack Overflow</title><link>https://stackoverflow.com/questions/11458239/how-to-change-values-in-a-tuple</link><description>4 You can't modify items in tuple, but you can modify properties of mutable objects in tuples (for example if those objects are lists or actual class objects) For example</description><pubDate>Tue, 14 Apr 2026 13:02:00 GMT</pubDate></item><item><title>python - Getting one value from a tuple - Stack Overflow</title><link>https://stackoverflow.com/questions/3136059/getting-one-value-from-a-tuple</link><description>The main difference between tuples and lists is that tuples are immutable - you can't set the elements of a tuple to different values, or add or remove elements like you can from a list.</description><pubDate>Thu, 16 Apr 2026 19:48:00 GMT</pubDate></item><item><title>python - Convert tuple to list and back - Stack Overflow</title><link>https://stackoverflow.com/questions/16296643/convert-tuple-to-list-and-back</link><description>if you have a tuple just iterate until you have the elements there are necessary and after that append to a list. And if you go to the element level you can change it easily.</description><pubDate>Thu, 16 Apr 2026 06:05:00 GMT</pubDate></item></channel></rss>