A python script designed to dispense variety of coffee :P
Project #11
Goal to finish 50 (39 more) projects each taking advantage of a characteristic in Python
- Prompt user by asking “What would you like? (espresso/latte/cappuccino):”
- Check the user’s input to decide what to do next.
- The prompt should show every time action has completed, e.g. once the drink is dispensed. The prompt should show again to serve the next customer.
- Turn off the Coffee Machine by entering “off” to the prompt.
- For maintainers of the coffee machine, they can use “off” as the secret word to turn off the machine. Your code should end execution when this happens.
- Print report.
- When the user enters “report” to the prompt, a report should be generated that shows the current resource values. e.g. Water: 100ml Milk: 50ml Coffee: 76g Money: $2.5
