I have requests installed already and yes it is up to date. Importing requests, writing down headers and writing down URL is fine. They return the >>>
prompt. When I write:
>>> res = requests.get(url, headers=headers)
nothing returns. I don't even get the >>> prompt. everything else i write after this do not respond, does not have the >>> and is only black in colour.