Pages

Thursday, December 23, 2010

Method In Jython

Here's a code that much like Python:
>>> def getLol():
...     print "Hello, Lol"
...
>>> getLol()
Hello, Lol

No comments:

Post a Comment