Now we can send our req and get back a response.
response = urllib.request.urlopen(req) print(response.read().decode('UTF-8'))