Skip to content

Instantly share code, notes, and snippets.

@1st1

1st1/test.py Secret

Last active October 22, 2015 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1st1/d3da5d69a9b6c088c26f to your computer and use it in GitHub Desktop.
Save 1st1/d3da5d69a9b6c088c26f to your computer and use it in GitHub Desktop.
def function():
abc = r"""["""
print(abc)
def function():
abc = R"""["""
print(abc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment