python_file
Execute a Python script file by providing its file path. Run .py files directly within the current interpreter environment to automate tasks or test code.
Instructions
Execute a Python script file with the running interpreter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .py file to run. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |