interpretthis 0.4.1

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

print(math.log10(1000))