myorder = "I have a {carname}, it is a {model}."
print(myorder.format(carname = "Porsche", model = "911"))