Run a multi-section demo with the given input.
Usage
multi_demo(x)
x: int
The input value for the demo.
int
The demo result doubled.
>>> multi_demo(5) 10