SyntaxFix
Write A Post
Hire A Developer
Questions
You can do that using Python 2.
request
from urllib2 import urlopen
You cannot have request in Python 2, you need to have Python 3 or above.