We're able to add any variables directly inside our string, even integers. They just need to be inside the double quotes of the string.

Can you finish this statement?

Nicely done. We can create complex strings made up of many different variables with interpolation.

Close! We'll need the \ sign followed by the surrounding parentheses.