<< pyXor Scithon startPy >>

Scithon >> Scithon > quitPy

quitPy

Stops the python interpreter.

Syntax

quitPy

Description

Stops the python interpreter, erasing all the information. Once called, startPy must again be called before using any other functions offered by Scithon.

Example

startPy
py("a=5;print(a);")
quitPy

Report an issue
<< pyXor Scithon startPy >>