Created
June 24, 2017 19:02
-
-
Save 0xCourtney/2e2800b975c75ceeab5640a5f6eff70e 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
quote = '"A person who never made a mistake never tried anything new"' | |
quotee = "- Albert Einstein" | |
print(quote +"\n"+ quotee) |
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
quote = '"A person who never made a mistake never tried anything new"' | |
quotee = "- Albert Einstein" | |
print(quote +"\n"+ quotee) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment