The println!
macro not only prints to the console, but is also capable of formatting text and stringifying values. Plus, the formatting correctness will be checked at compile time.
{print.play}
For more information about formatting, take a look at std::fmt.