Cart Total
In an online store, the final cart total depends on item prices, quantities, and a shared discount. Given a list items, where each item contains price and qty, and a discount percentage discount, calculate the total cost. Apply the discount and return the result rounded to two decimal places.
Примеры
Ввод
[[100, 2], [50, 1]], 0Вывод
250Ввод
[[100, 1]], 10Вывод
90Ввод
[], 50Вывод
0Нужно реализовать
def cart_total(items: list, discount: int) -> float:
Теги
dictmath
Accedi per vedere la cronologia degli invii
AccediAccedi per usare l'AI Mentor
AccediTests12
Visible tests
Test nascosto 7
Test nascosto 8
Test nascosto 9
Test nascosto 10
Test nascosto 11
Test nascosto 12
They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.
Focus radio
Paused · SomaFM · Fluid