Skip to content

Instantly share code, notes, and snippets.

@0xCourtney
Created June 24, 2017 19:02
Show Gist options
  • Save 0xCourtney/2e2800b975c75ceeab5640a5f6eff70e to your computer and use it in GitHub Desktop.
Save 0xCourtney/2e2800b975c75ceeab5640a5f6eff70e to your computer and use it in GitHub Desktop.
quote = '"A person who never made a mistake never tried anything new"'
quotee = "- Albert Einstein"
print(quote +"\n"+ quotee)
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