When I execute below program I am getting the below output.
Code:
for row in c.fetchall(): urls=row print urls
('http://10.136.229.129: 7020',)
('http://10.136.229.129: 7030',)
('http://10.136.229.129: 7040',)
('http://10.136.229.44:7 050',)
('http://10.136.229.44:7 060',)
('http://10.136.229.44:7 070',)
('http://10.136.229.44:7 080',)...
Leave a comment: