python_version
Get the Python interpreter version and its execution details to verify the runtime environment.
Instructions
Return the current Python interpreter version.
Returns: A dict with keys: status, exit_code, stdout, stderr, output, duration_ms.
Examples: python_version()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||