day3字符串,列表,元组的区别

it2022-05-05  123

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

最新回复(0)