I have a file where with a regular expression I get 3 data that can be repeated up to 30 times
matches = tools.findall(pattern, html, re.MULTILINE)
for match in matches:
pattern = 'umber\":(.*?),\"g'
dato1 = tools.findall(pattern, mat...
asked by
21.06.2017 / 19:43