:heavy_check_mark: examples/python/hello_world.py

Verified with

Code

def get_hello_world() -> str:
    return "Hello World"
Back to top page