Skip to content

Commit

Permalink
Sun Nov 03 22:26:08 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sbx_user1051 committed Nov 3, 2024
1 parent f253838 commit 44040aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/solutions/CHK/checkout_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def checkout(skus):
'H' : [(10, 80), (5, 45)],
'K' : [(2, 150)],
'P' : [(5, 200)],
'Q' : [(3, 180)],
'Q' : [(3, 80)],
'V' : [(3, 130), (2, 90)]
}

Expand Down Expand Up @@ -202,3 +202,4 @@ def checkout(skus):




0 comments on commit 44040aa

Please sign in to comment.