@extends('template') @section('title') Lab 11: More Dictionaries @stop @section('content') # Lab 11: More Dictionaries {{-- ## [Python Solutions](/content/labs/lab11/solutions) ## [Worksheet Solutions](https://docs.google.com/document/d/1ZkJ9F5IxruqdGVn4pup8DRee5qeeUKw3X6awJI4vMzA/edit) --}} ## Summary In our last lab, we started working with Dictionaries (keys and values). Today, you'll get more practice coding with them. @include('/labs/_setup', ['folder' => 'lab11']) @include('/labs/lab11/_toc') @stop