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