legacy-dotfiles/emacs.d/nxhtml/tests/in/heredoc.py

12 lines
192 B
Python
Raw Normal View History

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())