and it's in python?
I like
Thanks for sharing
If you prefer, we can always try it in Jython. I hear it is @AOU's favorite.
*never heard of "Jython"* *immediately imagine its some kind of Java-Python abomination* *look it up. on front page of jython.org* "Jython is a Java implementation of Python that combines expressive power with clarity" " combines expressive power with clarity "
public class JythonHelloWorld {
public static void main(String[] args) {
try(PythonInterpreter pyInterp = new PythonInterpreter()) {
pyInterp.exec("print('Hello Python World!')");
}
}
Dear.... God....
I just threw up in my mouth
Bwahahahahahaha
(post is archived)