There are two ways to display things as output. As we've just seen, print is such a method. Let's have good look at it!

So print will display everything we ask it to, on the same line. What if we don't want that?

Didn't we want to learn more about the print statement?