legacy-dotfiles/emacs.d/nxhtml/tests/in/heredoc.py
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

11 lines
192 B
Python

sender = 'Buffy the Vampire Slayer'
recipient = 'Spike'
print("""\
Dear %(recipient)s,
I wish you to leave Sunnydale and never return.
Not Quite Love,
%(sender)s
""" % locals())