@ -1,2 +1,5 @@
def calculate_total(price, tax_rate):
return price * (1 + tax_rate / 100)
if __name__ == "__main__":
print(calculate_total(1000, 20))
The note is not visible to the blocked user.