Please help me print my answer as ".00". I have tried using the round function but it doesn't work.
#Here is my code
print("VAT amount: R", round(vat_calc(item_price),2))
Please help me print my answer as ".00". I have tried using the round function but it doesn't work.
#Here is my code
print("VAT amount: R", round(vat_calc(item_price),2))