From 474797f2fe56b01c5c30026be8d769ffbd6a85fd Mon Sep 17 00:00:00 2001 From: Krithika-arivu Date: Fri, 18 Oct 2024 19:22:10 +0530 Subject: [PATCH] edited format --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 45877f7..1d016cf 100644 --- a/main.py +++ b/main.py @@ -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":