Hi, when I enter constructs like this[1] I have to press three times Enter before it's executed. Is that normal or configurable? I'd like to press only two times Enter... Thorsten [1] >>> if 3 == 3: ... print 55 ... ... 55