# http.py, by chaynes@indiana.edu import urllib # Reads and returns as a string the web server response for # the given url. def get(url): while True: connection = urllib.FancyURLopener({}).open(url) text = connection.read() connection.close() if text.count('