write a docstring description for this function: import requests def make_get_request(url): response = requests.get(url) return response.status_code, response.text make_get_request('https://www.example.com')
Join now and stay informed with weekly updates on new AI tools and breaking AI news!