Last active
August 26, 2016 17:26
-
-
Save burdenless/f6dac94851f537d15d7e431ba63f9870 to your computer and use it in GitHub Desktop.
prints a vader quote
This file contains 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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
print(“I am altering the deal. Pray I don’t alter it any further. -Vader”) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment