【发布时间】:2020-05-14 16:02:03
【问题描述】:
我有 python 列表,
l=['wright_2035566_qwerty , wright_2035566_qwerty,wright_2035566_qwerty']
但我需要将此列表转换为 python 所需列表中的格式
new_list=['wright_2035566_qwerty', 'wright_2035566_qwerty', 'wright_2035566_qwerty']
请帮帮我
【问题讨论】:
标签: python string list loops split