To view solutions, see the file operators.py
in your text editor.
Task:
Given the meal price (base cost of a meal), tip percent (the percentage of the meal price being added as tip), and tax percent (the percentage of the meal price being added as tax) for a meal, find and print the meal's total cost.
Solution:
In operators.py
.
Return to navigation list