4. You want to order Burger from Chillox through the FoodPanda App. You have to calculate the total price. Write a function which will take the name of the burger and place(Mohakhali/Outside of...


Solve in python, Please.


4. You want to order Burger from Chillox through the FoodPanda App. You have to<br>calculate the total price. Write a function which will take the name of the burger and<br>place(Mohakhali/Outside of Mohakhali) as input. Use default argument technique<br>for taking place input.<br>Menu<br>Price(Tk)<br>BBQ Chicken Cheese Burger|250<br>Beef Burger<br>170<br>Naga Drums<br>|200<br>Hint: Total Price = meal_cost + delivery_charge + tax<br>Note that:<br>If your home is in Mohakhali area then your delivery charge is 40 taka<br>else 60 taka<br>Your tax rate is 8% of your meal.<br>Sample Input<br>('Beef Burger', 'Dhanmondi')<br>('Beef Burger')<br>Sample Output<br>243.6<br>223.6<br>

Extracted text: 4. You want to order Burger from Chillox through the FoodPanda App. You have to calculate the total price. Write a function which will take the name of the burger and place(Mohakhali/Outside of Mohakhali) as input. Use default argument technique for taking place input. Menu Price(Tk) BBQ Chicken Cheese Burger|250 Beef Burger 170 Naga Drums |200 Hint: Total Price = meal_cost + delivery_charge + tax Note that: If your home is in Mohakhali area then your delivery charge is 40 taka else 60 taka Your tax rate is 8% of your meal. Sample Input ('Beef Burger', 'Dhanmondi') ('Beef Burger') Sample Output 243.6 223.6

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here