RustPythonIntermediate Playground

Python interpreter written in Rust; embeddable in Rust applications

RustPython configurationRun locally
Install
cargo install rustpython
Python CodeRun locally

RustPython offers various configuration options to customize its behavior for different use cases.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?