python 字符串,列表,元组小结

it2022-05-05  124

字符串,列表,元组 比较总结

字符串列表元组符号" "[ ]( )增.join().append() .insert() .extend()不能删.split(), .strip().pop() .remove() del .clear()del改.replace()索引不能查.find(), index()元素,索引,枚举元素,索引,枚举类型strlisttuple

最新回复(0)