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