python_ref_string_format_1.py:
x
 
txt = "For only {price:.2f} dollars!"
print(txt.format(price = 49))