Welcome, guest | Sign In | My Account | Store | Cart
from urllib import urlopen

doc = urlopen("http://www.python.org").read()
print doc

History