When we add strings together with the + sign, the results can look a bit cramped.

Let's take a look at what happens when we use print() to display the sentence variable.

Notice how there's no space between the two words? We'll need to add space to our strings if we want to give them room to breathe.

Almost! We'll need to start with the print() instruction first.