Challenge: Updating Dictionary
Tehtävä
Swipe to start coding
You are given the dictionary students_grades
with student names as keys and exam grades as values. Add newly allowed students to the dictionary and update the grade for one student.
- Add the student
John
with a grade of75
. - Add the student
Alice
with a grade of92
. - Change the grade of the student
Peter
from54
to84
.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 4. Luku 14
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 1.67
Challenge: Updating Dictionary
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
You are given the dictionary students_grades
with student names as keys and exam grades as values. Add newly allowed students to the dictionary and update the grade for one student.
- Add the student
John
with a grade of75
. - Add the student
Alice
with a grade of92
. - Change the grade of the student
Peter
from54
to84
.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 1.67Osio 4. Luku 14
single