## demo()


Run a demo with the given input.


Usage


``` python
demo(x)
```


## Parameters


`x: int`  
The input value for the demo.


## Returns


`int`  
The demo result.


## Examples

``` python
>>> demo(5)
```

10
