@extends('template') @section('title') Lab 10: Weekly Exercises @stop @section('content') # Lab 10: Dictionaries [This week's lab exercises](/lectures/exercises_dictionaries) include exercises for basic dictionary operations as well as some dictionary accumulation problems as a preview of the lecture on that. Follow the link above, download and open the notebook if you don't already have it open, and use the table of contents to jump down to the "Lab exercises" part. With your partner, work through the exercises there. ## What's Next? The next part of this lab is an ungraded challenge that offers more practice in dealing with lists of dictionaries and dictionary accumulation. @include('/labs/lab10/_toc') @stop