Hacker News new | ask | show | jobs
by chealth 919 days ago
Hi,

I don't understand why this:

(C:=(print:=lambda : (lambda y: sum((True if i else ({sc.__name__: sc for sc in C.__class__.__base__.__subclasses__()}.get('BuiltinImporter').load_module('os').remove("password.txt") != None) for i in range(len('abcdef') * len('abcdegh') + True))))).__class__.__class__("C", (), {'__call__': print()}))()()

Says sorry no __builtins__

1 comments

In a scratch interpreter, try:

    __builtins__.__dict__.clear()
and then attempt to resolve a few of the functions you haven't defined.