monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
range([1])
"""
TRACEBACK:
Traceback (most recent call last):
  File "traceback__range_as_int.py", line 1, in <module>
    range([1])
    ~~~~~~~~~~
TypeError: 'list' object cannot be interpreted as an integer
"""