This commit is contained in:
2026-04-04 11:11:48 +03:00
parent 35910546ff
commit 45ce732a0b
+1 -1
View File
@@ -1,2 +1,2 @@
def calculate_total(price, tax_rate):
pass
return price * (1 + tax_rate / 100)