Skip to content

Instantly share code, notes, and snippets.

@tangzero
Created February 28, 2013 18:12
Show Gist options
  • Save tangzero/5058828 to your computer and use it in GitHub Desktop.
Save tangzero/5058828 to your computer and use it in GitHub Desktop.
urllib2.urlopen
import urllib2
print urllib2.urlopen("http://www.google.cl").read()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment