SyntaxFix
Write A Post
Hire A Developer
Questions
For python 2
import urllib some_url = 'https://docs.python.org/2/library/urllib.html' filehandle = urllib.urlopen(some_url) print filehandle.read()