Every f-string statement consists of two parts, first the character f, then the string that we want to format.
f
Make sure to pick f, followed by "{2} new messages".
"{2} new messages"