Skip to content

Instantly share code, notes, and snippets.

@jkariscodes
Created February 10, 2023 14:24
Show Gist options
  • Save jkariscodes/9a9eadb7f4b654a7b92783f649ecce30 to your computer and use it in GitHub Desktop.
Save jkariscodes/9a9eadb7f4b654a7b92783f649ecce30 to your computer and use it in GitHub Desktop.
import requests
response = requests.get('https://google.com')
print(response.status_code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment