python_code
Execute Python source code directly within the running interpreter to test scripts, run calculations, or automate tasks.
Instructions
Execute a Python snippet with the running interpreter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Python source to execute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |