LINE_LENGTH: 79

**********
Examples:
    >>> setup()
    ok

    result = call_function_with_a_really_long_argument_name(first_argument, second_argument, third_argument)
    print(result)

**********
Examples:
    >>> setup()
    ok

    result = call_function_with_a_really_long_argument_name(first_argument, second_argument, third_argument)
    print(result)
