Skip to content

Instantly share code, notes, and snippets.

@vinod85
Created October 7, 2010 07:36
Show Gist options
  • Save vinod85/614731 to your computer and use it in GitHub Desktop.
Save vinod85/614731 to your computer and use it in GitHub Desktop.
import urllib
f = urllib.urlopen('http://goo.gl/xnxu')
print f.geturl()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment