Skip to content

Commit 7c5d61e

Browse files
committed
Update mc_puzzle_bank.rst
1 parent 83cdbea commit 7c5d61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/_hidden/mc_puzzle_bank.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
:practice: T
9292

9393
Finish the function ``get_order_totals()``, that takes a list of tuples and returns a nested dictionary with the same information. Each tuple includes 3 values; the first is the person's name, the second is item name, and the third is the quantity.
94-
Note that there may be more than one tuple for the same person and item - your dictionary should total all the quantities for the same person and item.
94+
- Note that there may be more than one tuple for the same person and item - your dictionary should total all the quantities for the same person and item.
9595
-----
9696
def get_order_totals(orders):
9797
=====

0 commit comments

Comments
 (0)