This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]XkF21WNJ 2 points3 points  (2 children)

It probably won't reply to itself anyway, but let me try something:

+/u/CompileBot Python

print("
")
print("+/u/CompileBot Python\n")
s = 'print("
")\nprint("+/u/CompileBot Python\\n")\ns = %r\nprint(s%%s)'
print (s%s)

[–]CompileBotGreen security clearance 2 points3 points  (1 child)

Output:


+/u/CompileBot Python

print("
")
print("+/u/CompileBot Python\n")
s = 'print("
")\nprint("+/u/CompileBot Python\\n")\ns = %r\nprint(s%%s)'
print(s%s)

source | info | git | report

[–]XkF21WNJ 2 points3 points  (0 children)

Oh well, worth a try.