DeadSimplePython
DeadSimplePython copied to clipboard
Typos: Ch09/cafequeue.py
line 36, togo = self._cafe._orders[customer] should be togo = self._cafe._togo[customer].