Python
Python Runtime
The PythonRuntime allows you to run short-lived code on a Python virtual machine.
Loading...
Where hello.py looks like:
# hello.py
def say_hello(x: any):
return f"Hello {x["name"]}"
The PythonRuntime allows you to run short-lived code on a Python virtual machine.
Where hello.py looks like:
# hello.py
def say_hello(x: any):
return f"Hello {x["name"]}"