This video walks through
0:10 - Using the concatenation operator (+) to print strings
1:07 - Concatenating the value of a variable & a string
2:13 - Concatenating multiple strings to keep lines of code from being too long
2:57 - Warning about using + for addition in the middle of a string concatenation