run_python
Execute Python code or script directly, supporting code input, script paths, command-line arguments, and virtual environments for efficient programming tasks.
Instructions
Execute Python code or script
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command line arguments | |
code | No | Python code to execute | |
script_path | No | Path to Python script file | |
venv | No | Path to virtual environment |