Skip to content

Commit

Permalink
"sol"
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenmarkotskyi committed Jul 22, 2024
1 parent a08d0f5 commit 586cfc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def shop_trip() -> None:
print(f"{customer.name} rides to {chosen_shop.name}\n")
customer.location = chosen_shop.location
customer.print_receipt(chosen_shop.name, chosen_shop.products)
customer.location = [0, 0]
customer.money -= total_cost
print(f"{customer.name} rides home\n"
f"{customer.name} now has{customer.money: .2f} dollars\n")
Expand Down

0 comments on commit 586cfc0

Please sign in to comment.