import urllib import re query_string = urllib.parse.urlencode({"search_query" : input()}) html_content = urllib.req