Hi,
I have a question about the Python Execute Console.
I can do single line Python-type commands. I'm struggling with anything more complex that spans multiple lines.
e.g. Simple multi-line constructs such as...
for item in items:
print item
I've read about IronPython...