To use interpolation, place the \ sign before a set of parentheses with the variable inside.

Can you finish creating the interpolated string?

Sweet! If we want to combine many different variables into a single string, interpolation is the way to go.

We'll need to use the \ sign first and then put the variable inside parentheses.