From 4b2b9c7252ebc58f36beb6de7037fb88ec5a56f0 Mon Sep 17 00:00:00 2001 From: Artem Date: Sat, 20 Jul 2024 11:03:07 +0300 Subject: [PATCH] solution --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 0c2cbe50..add3eba1 100644 --- a/app/main.py +++ b/app/main.py @@ -37,7 +37,7 @@ def shop_trip() -> None: print(f"{customer.name} rides to {best_shop.name}\n") customer.make_purchase(best_shop, fuel_price) - print(f"Date: {datetime.now().strftime("%m/%d/%Y %H:%M:%S")}") + print(f"Date: {datetime.now().strftime('%m/%d/%Y %H:%M:%S')}") print(f"Thanks, {customer.name}, for your purchase!") print("You have bought:") total_price = 0