python print

Hi All,

I’m trying to add policy to call Python script, but I cant print any variable. However, variables appear in trace correctly. I’ve tried print in JavaScript, it is working normally. Any idea ?

print (“TEST”)

or

value = “TEST”

print (value)