Executes Python script and wait for completion.
(py,script)
(py,import planetcnc\n\ndef myTest(a, b):\n\tc = a + b\n\treturn c\n\nplanetcnc.result(myTest(2, 3)))
pythr