Add an f-string that prints {amount} followed by coupons created.
{amount}
coupons created
Make sure to pick { followed by amount and then }, coupons, created.
{
amount
}
coupons
created