Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def make_coffee(drink_name, order_ingredients):
is_on = True

while is_on:
choice = input("​What would you like? \nespresso-90 rupees\nlatte-120 rupees\ncappuccino-160 rupees: ")
choice = input("MENU \nEspresso-90 rupees\nLatte-120 rupees\nCappuccino-160 rupees: ")
if choice == "off":
is_on = False
elif choice == "report":
Expand Down