Demo of the SSC_example package

In the following we will demonstrate the SSC_example package. It is currently capable of doing impressive things:

[1]:
import SSC_example
[2]:
SSC_example.add_one(1)
[2]:
2

There you go: 1+1=2!