## helper_func()


Add two numbers.


Usage


``` python
helper_func(
    x,
    y,
)
```


## Parameters


`x: int`  
First number.

`y: int`  
Second number.


## Returns


`int`  
Sum of x and y.
