python_string_formatting_2.py:
x
 
price = 52
txt = "The price is {:.2f} dollars"
print(txt.format(price))