Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
These problems use lists (ordered sequences) and dictionaries (key-value maps) from 3.1 Lists and 3.2 Dictionaries. You should still be comfortable with loops and input from Unit 2.
Lessons: 3.1 Lists and arrays - 3.2 Dictionaries
Navigation
def, parameters, and returnTutorials: Tutorial 3.1 - Tutorial 3.2
Solutions: e.g. Task 1 solution.