Exercises / python
Unpack a tool pair
split_call(pair) unpacks (name, args) and returns a dict with keys name and args. Print one good pair.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / python
split_call(pair) unpacks (name, args) and returns a dict with keys name and args. Print one good pair.
Run to execute this in your browser. Nothing is sent to a server.