toolzEasy Playground

Functional utilities: curry, pipe, merge, groupby for iterables and dicts

Getting started with toolzRun locally
Install
pip install toolz
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: toolz)

toolz is a third-party package. Functional utilities: curry, pipe, merge, groupby for iterables and dicts. Install with: pip install toolz

Challenge

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