run_code
Execute code in the specified language and receive the output from the Piston remote execution engine.
Instructions
Runs given code in the given language in the Piston remote code execution engine.
Parameters
language: str Programming language to run code in.
code : str Code to run.
Return
str Output of code execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | ||
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |