def sample_function()

in 01-agents/demo_util.py [0:0]


def sample_function(param_1, param_2, the_third_one: int):
    """
    This is my docstring. Call this function when you want.
    """
    print("Hello, world")