Drop links or images here to add them to the editor.

Gegeven de dictionary:

film_beoordelingen = {
    "The Shawshank Redemption": {"jaar": 1994, "beoordeling": 9.3},
    "The Godfather": {"jaar": 1972, "beoordeling": 9.2}
}
  1. Voeg “The Dark Knight” (2008, beoordeling 9.0) toe
  2. Druk de dictionary af
  3. Sla op als beoordelingen.json met json.dump()