DeadSimplePython icon indicating copy to clipboard operation
DeadSimplePython copied to clipboard

Results 2 DeadSimplePython issues
Sort by recently updated
recently updated
newest added

The program starts up, prompts twice for input, then the never completes. Have to do a CTRL-C to stop the program. Tried the code both in Visual Studio and using...

line 36, `togo = self._cafe._orders[customer]` should be `togo = self._cafe._togo[customer]`.