banana
-
Python集合
8.Python 集合 8.1 创建集合 集合是无序和无索引的集合。在 Python 中,集合用花括号编写。 创建集合: thisset = {“apple”, “banana”,…
-
Python 元组
7.Python 元组 7.1 创建元组 元组(Tuple) 元组是有序且不可更改的集合。在 Python 中,元组是用圆括号编写的。 实例 创建元组: thistuple = (…
-
Python 元组
7.Python 元组 7.1 创建元组 元组(Tuple) 元组是有序且不可更改的集合。在 Python 中,元组是用圆括号编写的。 实例 创建元组: thistuple = (…