A cell with 3 lines, like this:
print(1)
print(2)
print(3)
returns:
1
2
3
and a cell with 4 lines, like this:
a =