Add text template for list_or_dict

This commit is contained in:
Chris 2022-03-08 10:23:13 -05:00
commit c5ed9459c1
2 changed files with 20 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# Dictionaries

19
list_or_dict.md Normal file
View File

@ -0,0 +1,19 @@
# 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