我试图在一个语句中用两个不同的词替换此列表的第三个和第四个词,但似乎无法找到我尝试过的方法对错误不起作用AttributeError: 'list' object has no attribute 'replace':
AttributeError: 'list' object has no attribute 'replace'
friends = ["Lola", "Loic", "Rene", "Will", "Seb"] friends.replace("Rene", "Jack").replace("Will", "Morris")
长风秋雁
侃侃尔雅
狐的传说
相关分类