Created
July 5, 2016 17:30
-
-
Save miawgogo/37192c853c4ccb712d1203410f59e4da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if e.code == 404: | |
say("Bitcoin Average does not have any data on that currency") | |
elif e.code == 500: | |
say("bitcoinaverage.com had a server error") | |
else: | |
say("I got a " + str(e.code) + " from the server") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment