In this lesson you will look at the basic concepts of strings and string concatenation. This code is not complex, but it is worth understanding the terminology and how things work.
1)Type/copy the code into python and run. 2)Create a 4th variable which concatenates all three variables together. 3)Display the full sentence using the 4th variable you created.