10
5
2
573
1
1、在Python中set是基本数据类型的一种集合类型,它有可变集合(set())和不可变集合(frozenset)两种。创建集合set、集合s...
1、index区分tuple与list的用法 元组可选区间 tuple.index(keyword,begin,end) list不可选区间 l...