Good Day,
I'm new to Python and trying the following program but it doesn't print anything. Any idea why?
Thanks,
Dan
"""
@author Dan Drillich
@created 30-May-06
"""
from java.lang import System
import sys
sys.add_package('java.lang')
def main():
CR = chr(13)
#Need to set the value of Request, RequestPost and Error Folder
System.out.println("Hello World")
main()
I'm new to Python and trying the following program but it doesn't print anything. Any idea why?
Thanks,
Dan
"""
@author Dan Drillich
@created 30-May-06
"""
from java.lang import System
import sys
sys.add_package('java.lang')
def main():
CR = chr(13)
#Need to set the value of Request, RequestPost and Error Folder
System.out.println("Hello World")
main()