gpt4 book ai didi

python - 使用分隔符python在列表python中切片字符串

转载 作者:行者123 更新时间:2023-12-04 01:09:59 25 4
gpt4 key购买 nike

<分区>

是否可以使用分隔符对列表中的字符串进行切片?

当我使用 sep = ":" 并尝试切片时,我收到一条错误消息,提示只能使用数字索引进行切片。我想在 : 分隔符上分割每个字符串。

['Brandon:5', 'Patrick:18.9', 'Brandon:xyz', 'Jack:', 'Sarah:825', 'Jack:45', 'Brandon:10', 'James:3.25', 'James:125.62', 'Sarah:2.43', 'Brandon:100.5']

text2 =  ['Brandon:5', 'Patrick:18.9', 'Brandon:xyz', 'Jack:', 'Sarah:825', 'Jack:45', 'Brandon:10', 'James:3.25', 'James:125.62', 'Sarah:2.43', 'Brandon:100.5']

sep = ':'

text3 = [w[:sep] for w in text2]

输出:

TypeError: slice indices must be integers or None or have an __index__ method

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