Core Jython / Python Examples

DocumentationAndEducation

TableOfContents


Examples related to core Jython / Python will be here. Intended for those new to Python / Jython

Print

Print Hello world {{{ print 'Hello World' print "Hello World" }}}