I\'m new to python and I want to know how can I search for word in list
def req(url : str) -> dict: _get = requests.get(str(url)) _res = _get.text