Skip to content

Instantly share code, notes, and snippets.

@leopard627
Created August 26, 2019 06:09
Show Gist options
  • Save leopard627/11786d2c769d7ce2e4d794c304c6b61d to your computer and use it in GitHub Desktop.
Save leopard627/11786d2c769d7ce2e4d794c304c6b61d to your computer and use it in GitHub Desktop.
question
try:
assert requests.get("googlgg.com").status_code == 200
assert requests.get("abcx.com").status_code == 200
except AssertionError:
print("?!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment