From e453647ecd44bbe30692f1b1d5abe9f6e6b8c940 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 9 Mar 2022 22:24:56 -0500 Subject: [PATCH] Remove list_or_dict from this lab --- list_or_dict.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 list_or_dict.md diff --git a/list_or_dict.md b/list_or_dict.md deleted file mode 100644 index 5a2ce5d..0000000 --- a/list_or_dict.md +++ /dev/null @@ -1,19 +0,0 @@ -# List or dict? - -For each use case below, explain whether it would be better to store the data -in a `list` or in a `dict`. (Not all of these have a clear answer, so justify -yours.) - -## Items you need to buy at the grocery store - -## Your friends' birthdays - -## Keeping track of RSVPs to a party - -## Your personal movie ratings - -## Temperature readings from a sensor - -## Messages in an email inbox - -## Git commits