JythonEasy Playground

Python running on the JVM; interoperate with Java libraries

What is Jython?Run locally
Install
https://www.jython.org/download
Python CodeRun locally

Jython is python running on the jvm; interoperate with java libraries. It provides an alternative way to run Python code.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?