6.2.2 Concatenation

Some times it is useful to combine strings to print them out. For example, you may want to store a first name and last name separately. To combine string, we can add them together and even add other characters to them:

I can also add the strings, or concatenate the strings, within the print command: