## compute()


Compute the sum of two values.


Usage


``` python
compute(
    x,
    y,
)
```


## Parameters


`x: int`  
First value.

`y: int`  
Second value.


## Returns


`int`  
The sum of x and y.
