gpt4 book ai didi

python - 如何在 map 函数中使用 strip

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

<分区>

我想使用 map 来获取字符串列表:

value = '1, 2, 3'

my_list = list(map(strip, value.split(',')))

但是得到了:

NameError: name 'strip' is not defined

预期结果:my_list=['1','2','3']

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