InterviewSolution
Saved Bookmarks
| 1. |
Project 1: A Computer manufacturing company announcing special offer for their customers on purchasing Laptops and Desktops.On LaptopsDiscount = 10%On DesktopDiscount = 5%Write a program in Python to calculate total discount on purchase of desktops and laptops. |
| Answer» DISCOUNT = 10% is the RIGHT ANSWER | |