Starts the python interpreter.
startPy
Starts the python interpreter, must be called before using any of the other functions offered by Scithon.
startPy py("a=5;print(a);") quitPy