dill — Easy Playground
Extended pickling: serialize functions, lambdas, closures, classes
Getting started with dillRun locally
Install
pip install dillPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: dill)
dill is a third-party package. Extended pickling: serialize functions, lambdas, closures, classes. Install with: pip install dill
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?