I think it is more readable than the normal print method. In case of more variables in your string, it provides better readability. Multi-line string interpolation can be performed easily using this syntax.
Also, it provides more options for formatting numbers, like ensuring that a money amount gets printed with 2 digits after the decimal: e.g. 347.20, instead of 347.2.