Created
February 28, 2013 18:12
-
-
Save tangzero/5058828 to your computer and use it in GitHub Desktop.
urllib2.urlopen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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