PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Example text
0 sec ago
How to return post...
4 sec ago
Untitled
9 sec ago
Untitled
9 sec ago
How to add an Imag...
10 sec ago
Untitled
11 sec ago
Simplepie includes...
16 sec ago
Underworld Awakeni...
16 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.11 KB | hits: 22 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
>>> a = """this would
... be an example of a
... heredoc"""
>>> print a
this would
be an example of a
heredoc
create a
new version
of this paste
RAW Paste Data
>>> a = """this would ... be an example of a ... heredoc""" >>> print a this would be an example of a heredoc