Barry McCardel

Results 1 comments of Barry McCardel

The code you posted won't run for me in Python 3.7, although this does and I get a 200: ``` req = requests.get("http://www.google.com") req.status_code ```