interpretthis 0.3.0

Sandboxed Python AST interpreter for untrusted and LLM-generated code
Documentation
1
2
3
4
# math.log2 of a power of two is exact.
import math

print(math.log2(1024))