From 6e28f35628d16e04a21692ff02a62fe146943237 Mon Sep 17 00:00:00 2001 From: Jeffrey Elkner Date: Fri, 2 Jun 2023 11:01:39 -0400 Subject: [PATCH] Add file with bpp4awd ch6 exercise set 0 solutions --- bpp4awd/ch06/exset0.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bpp4awd/ch06/exset0.md diff --git a/bpp4awd/ch06/exset0.md b/bpp4awd/ch06/exset0.md new file mode 100644 index 0000000..49eda86 --- /dev/null +++ b/bpp4awd/ch06/exset0.md @@ -0,0 +1,5 @@ +# Exercise Set 0 + +## Dictionary Operations + +1. ``d['bananas']`` will evaluate to ``35``.