Challenge: Updating Dictionary
Task
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
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 14
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 1.67
Challenge: Updating Dictionary
Swipe to show menu
Task
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
.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.67SectionΒ 4. ChapterΒ 14
single