How to convert this string into a list in python

后端 未结 0 662
谎友^
谎友^ 2021-01-25 01:11

I have the following code:

import re
codes = re.compile(r"\\((\\d+)\\)")
for code in Fixed:
    co_codes = \' \'.join(codes.findall(code))
    print(co_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题