ciberneticaDieu

Results 1 issues of ciberneticaDieu

The pyminifier can't minify python indent like this: if 1==1:   print("Hi") --pyminifier-->exec(b'if 1==1:\nF=print\n F("Hi")\n') I run into this problem when I run the code minified with pyminifier  link To solve...