Skip to content

SkywalkerZ/coffee_machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

coffee_machine

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

  1. 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.
  2. 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.
  3. 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

image

About

A python script designed to dispense variety of coffee :P

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages