1
2
3
import { runPythonAsync } from "https://esm.town/v/joshuahhh/runPythonAsync";
const result = await runPythonAsync("3+4");
console.log("result:", result.toString()); // expected -> `result: 7`
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
January 5, 2024