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
Untitled
5 sec ago
Untitled
6 sec ago
Find cron jobs tha...
17 sec ago
Untitled
20 sec ago
Not repeating type...
23 sec ago
Untitled
33 sec ago
Generating html su...
29 sec ago
Untitled
33 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.07 KB | hits: 11 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
>>> a = "one" +\
... "two" +\
... "three"
>>> print a
onetwothree
create a
new version
of this paste
RAW Paste Data
>>> a = "one" +\ ... "two" +\ ... "three" >>> print a onetwothree