Hi, it is often convenient to be able to paste some lines of python code into a python interpreter window to run simple snippets. When trying that on a py.shell window, the code appears as multiline input and only the first line is interpreted. How can I get it to interprete the following lines, too? Christian