<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Tuple Methods in Python Geeks for Geeks</title><link>http://www.bing.com:80/search?q=Tuple+Methods+in+Python+Geeks+for+Geeks</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Tuple Methods in Python Geeks for Geeks</title><link>http://www.bing.com:80/search?q=Tuple+Methods+in+Python+Geeks+for+Geeks</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 元组tuple详解（超详细） - 知乎</title><link>https://zhuanlan.zhihu.com/p/700623029</link><description>Python内置函数/方法详解—元组tuple元组是 有序且不可更改的集合。 在Python中，元组使用圆括号 () 编写的。 1、创建元组元组的创建很简单，使用圆括号 () 直接创建或者使用 tuple () 函数创建，只需要在圆括号中添…</description><pubDate>Mon, 01 Jun 2026 14:29:00 GMT</pubDate></item><item><title>Python Tuple (元组) tuple ()方法 | 菜鸟教程</title><link>https://www.runoob.com/python/att-tuple-tuple.html</link><description>Python2.x Python Tuple (元组) tuple ()方法 描述 Python 元组 tuple () 函数将列表转换为元组。 语法 tuple ()方法语法： tuple( iterable ) 参数 iterable -- 要转换为元组的可迭代序列。 返回值 返回元组。 实例 以下实例展示了 tuple ()函数的使用方法：</description><pubDate>Mon, 01 Jun 2026 13:31:00 GMT</pubDate></item><item><title>Python 元组tuple详解（超详细）_python tuple-CSDN博客</title><link>https://blog.csdn.net/m0_70885101/article/details/125999020</link><description>还探讨了元组与其他数据结构的区别，并列举了内置函数如print ()、len ()、type ()、tuple ()、max ()、min ()和del在元组上的应用。 此外，还讲解了count ()和index ()方法。</description><pubDate>Mon, 01 Jun 2026 18:10:00 GMT</pubDate></item><item><title>Tuple - Wikipedia</title><link>https://en.wikipedia.org/wiki/Tuple</link><description>Tuple In mathematics, a tuple is a finite sequence (or ordered list) of numbers. More generally, it is a sequence of mathematical objects, called the elements of the tuple. An n-tuple is a tuple of n elements, where n is a non-negative integer. There is only one 0-tuple, called the empty tuple.</description><pubDate>Mon, 01 Jun 2026 11:15:00 GMT</pubDate></item><item><title>Python Tuples - W3Schools</title><link>https://www.w3schools.com/python/python_tuples.asp</link><description>Tuple is one of 4 built-in data types in Python used to store collections of data, the other 3 are List, Set, and Dictionary, all with different qualities and usage.</description><pubDate>Mon, 01 Jun 2026 08:09:00 GMT</pubDate></item><item><title>tuple_百度百科</title><link>https://baike.baidu.com/item/tuple/5395228</link><description>Tuple（元组）是英语中的名词，常见于计算机科学领域，用于描述一种包含多个元素的有序集合。 其英式发音为 [tʌpl]，美式发音为 [tʌpl]，中文译为“元组”或“数组”。</description><pubDate>Mon, 01 Jun 2026 18:03:00 GMT</pubDate></item><item><title>Python tuple元组详解 - C语言中文网</title><link>https://c.biancheng.net/view/4360.html</link><description>元组（tuple）是 Python 中另一个重要的序列结构，和列表类似，元组也是由一系列按特定顺序排序的元素组成。 元组和列表（list）的不同之处在于： 列表的元素是可以更改的，包括修改元素值，删除和插入元素，所以列表是可变序列；</description><pubDate>Sun, 31 May 2026 06:16:00 GMT</pubDate></item><item><title>Tuple: the best remote pair programming app on macOS and Windows</title><link>https://tuple.app/</link><description>Tuple allows me to thrive as an independent developer, easily chatting with freelance clients, mentoring others, and collaborating on open-source projects.</description><pubDate>Mon, 01 Jun 2026 22:43:00 GMT</pubDate></item><item><title>深入理解Python Tuple：基础、用法与最佳实践 - geek-blogs.com</title><link>https://geek-blogs.com/blog/python-tuple/</link><description>在Python编程中，元组（tuple）是一种重要的数据结构。 它与列表（list）类似，但有着自己独特的性质。 元组一旦创建，其元素就不可修改，这一特性使得它在某些场景下非常有用。</description><pubDate>Sat, 30 May 2026 10:13:00 GMT</pubDate></item><item><title>使用list和tuple - Python教程 - 廖雪峰的官方网站</title><link>https://liaoxuefeng.com/books/python/basic/list-tuple/index.html</link><description>tuple一开始指向的list并没有改成别的list，所以，tuple所谓的“不变”是说，tuple的每个元素，指向永远不变。 即指向 'a'，就不能改成指向 'b'，指向一个list，就不能改成指向其他对象，但指向的这个list本身是可变的！</description><pubDate>Sun, 31 May 2026 15:06:00 GMT</pubDate></item></channel></rss>