fork download
  1. from datetime import datetime, time
  2. from time import sleep
  3.  
  4. # Conventional Hello World in Jython
  5. print "Hello World!"
  6. print datetime.today().time()
Success #stdin #stdout 0.02s 7464KB
stdin
Standard input is empty
stdout
Hello World!
10:06:00.152056