Formatted strings, short for f-strings, allow us to display expressions like adding a string to a number, without any error.

Make sure to pick f"{2} new messages".