字符串列表 问答列表

如何循环访问顺序字符串值并追加到嵌套列表

作者:Brudalaxe 提问时间:6/28/2022

我有一个包含数据集文件名的列表,以数字的形式后跟一些描述性文本(每个文件都不同): a = ['001_sometext', '002_sometext', ..., '162_sometext',...

如何从列表列表中删除列表集

作者:Codingamethyst 提问时间:9/3/2022

我有 2 个字符串列表 List1 = [["Hey there"], ["hi"], ["hello"]] List2 = [["hi"], ["hello"]] 有没有一种 O(n) 方法可...


共2条 当前第1页