all 12 comments

[–]_avnr 13 points14 points  (1 child)

[–]deadmilk 6 points7 points  (0 children)

... and now I can sleep peacefully. I hate you OP.

[–]gaidar 6 points7 points  (6 children)

As you don't care what will be printed, then it can be super simple.

Encoded as requested :)

import base64

print(base64.standard_b64decode('QHByaW50CmNsYXNzIGE6cGFzcw==').decode())

[–]genesem 0 points1 point  (0 children)

haha, great! :)

[–]boarhogpython3 3 points4 points  (1 child)

I thought I could do it by doing

sys.stderr = sys.stdout
raise nonexistingerror

but that required import sys :(

[–][deleted]  (2 children)

[deleted]

    [–]la-lalxu[S] 2 points3 points  (1 child)

    Parentheses are banned, though!

    [–]lambdaqdjango n' shit 0 points1 point  (0 children)

    oh, damn!