What does requests.get(url) return?
requests.get(url)
A response object containing the server's status, headers, and body.
A persistent session that automatically logs in.
Only a plain string containing the response body.
A new web server process listening at the URL.