Skip to content

Commit 7079c17

Browse files
authored
Merge pull request #58 from UWPCE-PythonCert/update-mailroom-dicts
Update mailroom_with_dicts.rst
2 parents 5ffb85a + fe85c1f commit 7079c17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/exercises/mailroom/mailroom_with_dicts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ However, using dictionaries, an import built in data structure in Python, will l
1515

1616
Update your mailroom program to:
1717

18+
- Convert your main donor data structure to be a dict. Think about an appropriate key for easy donations look up.
19+
1820
- Use dicts where appropriate.
1921

20-
- See if you can use a dict to switch between the users selections.
22+
- Use a dict to switch between the users selections.
2123
see :ref:`dict_as_switch` for what this means.
2224

23-
- Convert your main donor data structure to be a dict.
24-
2525
- Try to use a dict and the ``.format()`` method to produce the letter as one
2626
big template, rather than building up a big string that produces the letter in parts.
2727

0 commit comments

Comments
 (0)