Today when I have multiple lines of input in a sage worksheet in SMC, the output is a single line with a little space between the different answers. Before you would get a new line for each answer.
For example, if the input is:
2+2
3+4
The output is:
4 7
In the past the output would have been:
4
7
Did someone change this on purpose? It is better (for me) to have the outputs on their own lines. It is really hard to read when they are all on the same line, especially when the outputs are long.
Aaron