]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/heredoc.py
submodulized .emacs.d setup
[.emacs.d.git] / emacs / nxhtml / tests / in / heredoc.py
1 sender = 'Buffy the Vampire Slayer'\r
2 recipient = 'Spike'\r
3 \r
4 print("""\\r
5 Dear %(recipient)s,\r
6 \r
7 I wish you to leave Sunnydale and never return.\r
8 \r
9 Not Quite Love,\r
10 %(sender)s\r
11 """ % locals())\r