meal = 44.50
tax = 6.75 / 100
tip = 15.0 / 100
meal = meal + meal * tax
total = meal + meal * tip
print(total)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: