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