Skip to content

Instantly share code, notes, and snippets.

@jonathanoheix
Created December 11, 2018 14:56
Show Gist options
  • Select an option

  • Save jonathanoheix/c48b59504da127322629fa8cc1617716 to your computer and use it in GitHub Desktop.

Select an option

Save jonathanoheix/c48b59504da127322629fa8cc1617716 to your computer and use it in GitHub Desktop.
result = requests.get("http://books.toscrape.com/catalogue/page-50.html")
print("status code for page 50: " + str(result.status_code))
result = requests.get("http://books.toscrape.com/catalogue/page-51.html")
print("status code for page 51: " + str(result.status_code))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment