All pastes #2048325 Raw Edit

Miscellany

public text v1 · immutable
#2048325 ·published 2011-04-19 16:59 UTC
rendered paste body
# By Brian Gross #
# Co editor Liz Henry #
# 4/19/11 #
url = raw_input('Please enter a website url: ')
import urllib
var_html = urllib.urlopen(url).read()
print var_html
# http://en.wikibooks.org/wiki/Python_Programming/Internet #