Skip to content

Instantly share code, notes, and snippets.

@zakandrewking
Created November 14, 2013 00:05
Show Gist options
  • Save zakandrewking/7458861 to your computer and use it in GitHub Desktop.
Save zakandrewking/7458861 to your computer and use it in GitHub Desktop.
import webbrowser
class NeverGonnaGiveYouUp(Exception):
pass
try:
webbrowser.open("http://www.youtube.com/watch?v=dQw4w9WgXcQ")
except:
raise(NeverGonnaGiveYouUp)
@aebrahim
Copy link

You know the rules, and so do I.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment