Advertisement
vincian

Untitled

Nov 21st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while lawyerURLBase <= lawyerURLCount:
  2. lawyerURLList[lawyerURLBase] = re.sub('<.*?.>','', lawyerURLList[lawyerURLBase])
  3. print lawyerURLList[lawyerURLBase]
  4. lawyerURLBase = lawyerURLBase + 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement