codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/0xPBP5HA
[
raw code
|
output
|
fork
]
Python
,
pasted on Mar 5:
1
l
=
'l=
%s
;print l
%%
`l`'
;
print
l
%
`l`
Output:
1
2
l='l=%s;print l%%`l`';print l%`l`
Create a new paste based on this one
Comments: