Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class adword:
  2. def __init__(self,broad,phrase,exact,negative):
  3. self.broad = broad
  4. self.phrase = '"' + phrase + '"'
  5. self.exact = "[" + exact + "]"
  6. def funct(self):
  7. for entry in self.broad
  8. print entry
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement