Functions
5 / 5
Multiple return values
Write a function calculate_tip
with arguments bill
and tip_percentage
.
The tip_percentage
must default to 15.
The function must return two numbers: the tipping amount and the total bill including tips.