Hi folks!
I'm playing with Embedded python with IRIS trying to do some 'hello-world' exercises.
I'm running IRIS in container and have the following python code:
# Program to test coding with IRIS
print('Hello World')
# Run IRIS Class Method import iris
print(iris.cls('dc.sample.ObjectScript')).Test()
So, when I execute it, I get the following:
