gpt4 book ai didi

python - 索引错误 : list index out of range in python for strings

转载 作者:行者123 更新时间:2023-11-28 21:48:19 25 4
gpt4 key购买 nike

<分区>

我想从此数组中删除单词“hello”,但出现“索引越界”错误。我检查了 len(token) 的范围;它是 (0,5)

代码如下:

token=['hi','hello','how','are','you']

stop='hello'

for i in range(len(token)):
if(token[i]==stop):
del(token[i])

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com