Skip to content

Instantly share code, notes, and snippets.

@JeffersGlass
Created September 13, 2020 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffersGlass/384c508c40524601cc0f346b818107a4 to your computer and use it in GitHub Desktop.
Save JeffersGlass/384c508c40524601cc0f346b818107a4 to your computer and use it in GitHub Desktop.
import requests
url = "Http://jeff.glass/electronicsbash.html"
#url = "http://jeff.glass/bs.html"
r = requests.get(url)
print(r)
#print(r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment