Coffee Machine Detail
Project information
- Category: Coding
- Language: Python
- Source: JetBrains Academy
- Project date: 28 April, 2020
- Project URL: Coffee Machine
In this project, I worked on programming a coffee machine simulator. The machine works with
typical products: coffee, milk, sugar, and plastic cups; if it runs out of something, it shows
a notification. You can get three types of coffee: espresso, cappuccino, and latte.
Since nothing’s for free, it also collects the money.
This project allowed me to get a taste of Python. Practice working with functions, challenged
myself with loops and conditions, and got more confident in Python.