Ok I hope you are sitting, take a deep breath, this will probably blow your mind...
In the newest #python it seems you can use "exit" to exit the interactive interpreter instead of "exit()". I noticed it by accident.
So exit is now also a statement rather than only a function.
When do we get a "print" statement instead of a function?!?