ER
Size: a a a
ER
ER
ER
MK

KK
MK
MK
l
MK
MK
MK
class JythonHelloWorld {
public static void main(String[] args) {
try(PythonInterpreter pyInterp = new PythonInterpreter()) {
pyInterp.exec("print('Hello Python World!')");
}
}
}MK
MK