Skip to main content
Module

x/python/mod.ts>Python#run

🐍 Python interpreter bindings for Deno.
Go to Latest
method Python.prototype.run
import { Python } from "https://deno.land/x/python@0.2.1/mod.ts";

Runs Python script from the given string.

Parameters

code: string