Name: Anonymous 2013-11-20 7:21
#!/usr/bin/env python2
import nltk
import urllib
print "Welcome to the Matrix Neo."
while True:
url = raw_input("Can I get a URL? \n")
print nltk.clean_html(urllib.urlopen("http://"; + url).read())
#!/usr/bin/env python2
import nltk
import urllib
print "Welcome to the Matrix Neo."
while True:
url = raw_input("Can I get a URL? \n")
print nltk.clean_html(urllib.urlopen("http://"; + url).read())