Skip to content

Instantly share code, notes, and snippets.

@ashish173
Last active December 10, 2015 17:58
Show Gist options
  • Save ashish173/4470826 to your computer and use it in GitHub Desktop.
Save ashish173/4470826 to your computer and use it in GitHub Desktop.
this is simple gist
def get_page():
import urllib2
f = urlib2.urlopen("https://www.google.com")
content = f.read()
return content
content = get_page()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment