hashkitten

Results 1 issues of hashkitten

## Description Compile the following program to bytecode using `python -m compileall`, then run `decompyle3` on it: ``` foo('%{__import__("os").system("date")}', **x, y=1) ``` It will run the `date` command on the...