def helper_func():
    return "helper"

def format_output(data):
    return str(data)
