It might be interesting to try
$ python
>>> import requests
>>> requests.get("https://www.google.com/")
>>> requests.get("https://acme-staging.api.letsencrypt.org/directory")
It might be interesting to try
$ python
>>> import requests
>>> requests.get("https://www.google.com/")
>>> requests.get("https://acme-staging.api.letsencrypt.org/directory")