thisdict={
    "brand":"fort",
    "model":"ultra",
    "year":2024
}
thisdict.update({"brand":car})
thisdict.update({"model":i5})
thisdict.update({"year":2023})
print(thisdict)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: