Excuse if this is obvious to Python programmers but for those crossing over from ObjectScript this may be a useful tip.
The scenario is developing some Embedded python commands.
Testing out functionality is being confirmed via the shell:
$SYSTEM.Python.Shell()
Python 3.9.5 (default, Mar 14 2023, 06:58:44) [MSC v.1927 64 bit (AMD64)] on win32
Type quit() or Ctrl-D to exit this shell.
>>>
When Python evaluates an expression in the shell, it prints the result of the expression to the terminal.
>>> 1 + 2
3
It is quite easy to accidentally evaluate and print out values
>>> iris.cls("%Dictionary.M