I'm trying to run this code:
picture = re.search("#4F9EFF;\"><img src=\"(.+?)\" width=\"120\" height=\"90\"", data)
and when i do print picture.groups(1)
it returns me the value but with parentheses, why?
Output:
('http://sample.com/img/file.jpg',)