Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
midetc committed Jul 20, 2024
1 parent 2474e73 commit 4b2b9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b2b9c7

Please sign in to comment.