0
Q:

how to access http page in pythion

#for Python 3.2
import urllib.request
page = urllib.request.urlopen("http://www.google.com")
print (page.read())
0

Tags

New to Communities?

Join the community