List Tuple Set Dict
list tuple set dict
Tuple List Dict Set
可变类型:list, dict, set不可变类型:num, str, tuple
迭代 Iterable list、tuple、str、bytes、dict、range、generator、set...
01 recode 容器: list[] dict{} tuple() set{} 使用频率依次降低 特点:...
01 review 容器: list[] dict{} tuple() set{} 使用频率依次降低 特点:...
数据类型 int float str tuple list bool dict set complex ...
list 是可变的有序表构造 使用() 使用list(seq) 访问: 使用下标索引, 反向遍历索引为负数, 索...
本文标题:List & tuple & dict & set
本文链接:https://www.haomeiwen.com/subject/oqilcftx.html
网友评论