Suppose that you have {coffees} and they each cost {price} then in total you would need to spend ${total:.2f}.
As a quick demo, let's repeat {saying} {times}.
{" ".join([saying.choice] * int(times.amount))}
As a quick demo, let's repeat {shouting} {times2}.
{" ".join([shouting.choice] * int(times2.amount))}