f-strings, short for formatted strings, allow us to display expressions like adding a string to a number, without any error.
Make sure to pick f"{2} new messages".
f"{2} new messages"