python
Execute the given Python source code, returning the result. This is equivalent to calling PolyglotContext.evaluate and selecting Python as source language.
Return
The result of the invocation.
Parameters
source
The Python source code to be executed.