## multi_demo()


Run a multi-section demo with the given input.


Usage


``` python
multi_demo(x)
```


## Parameters


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


## Returns


`int`  
The demo result doubled.


## Examples

``` python
>>> multi_demo(5)
```

10
