[ create a new paste ] login | about

Link: http://codepad.org/FxrWyLvA    [ raw code | output | fork ]

Python, pasted on Feb 20:
1
2
3
#!/usr/bin/python
s = "#!/usr/bin/python%cs = %c%s%c%cprint s %% (10, 34, s, 34, 10)"
print s % (10, 34, s, 34, 10)


Output:
1
2
3
#!/usr/bin/python
s = "#!/usr/bin/python%cs = %c%s%c%cprint s %% (10, 34, s, 34, 10)"
print s % (10, 34, s, 34, 10)


Create a new paste based on this one


Comments: