Lab 10 More Dictionaries and File Formats
Python Solutions
Worksheet Solutions
Summary
In our last lab, we started working with Dictionaries (keys and values). Today, you'll get more practice coding with them and working with the JSON file format.
Lab Setup
- Find your partner
- Download lab10.zip which includes the starter code for today's exercises
- Extract that zip file and move the resulting
lab10
folder into yourcs111
directory on your desktop. - Open Thonny and view the
lab10
files
Table of Contents
- Lab 10 Home
- Part 0: Warm up Worksheet
- Part 1: Jeopardy dictionary practice
- Part 2: Congress dictionary practice
- Knowledge Check