in test-runtimes/python/hello.py [0:0]
def main(args): name = args.get("name", "world") greeting = "Hello " + name + "!" return {"body": greeting}