From 3a1d31adff8c385a6b6e543622a063566c342f99 Mon Sep 17 00:00:00 2001 From: Jeffrey Elkner Date: Fri, 2 Jun 2023 11:59:06 -0400 Subject: [PATCH] Add solution to exercise 2 --- bpp4awd/ch06/exset0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bpp4awd/ch06/exset0.md b/bpp4awd/ch06/exset0.md index 49eda86..0b14dd2 100644 --- a/bpp4awd/ch06/exset0.md +++ b/bpp4awd/ch06/exset0.md @@ -3,3 +3,4 @@ ## Dictionary Operations 1. ``d['bananas']`` will evaluate to ``35``. +2. After adding ``'oranges': 20'``, ``len(d)`` will evaluate to ``4``.