From 45ce732a0be852178d89045548aa117d2755e608 Mon Sep 17 00:00:00 2001 From: stud203789 Date: Sat, 4 Apr 2026 11:11:48 +0300 Subject: [PATCH] uhu --- abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abc.py b/abc.py index 8dd33c1..a51329e 100644 --- a/abc.py +++ b/abc.py @@ -1,2 +1,2 @@ def calculate_total(price, tax_rate): - pass \ No newline at end of file + return price * (1 + tax_rate / 100) \ No newline at end of file