0

Python program

Create a Python program for departmental stores, the program must satisfy the below conditions: The store must contain at least 20 UNIQUE items. The items must have their own price (two items can have same price). The user must be able to buy the items in any quantity they want.The user be able to buy an item only if that item is available. The total bill must add a tax of 10% to the total bill. The final bill must contain all the details of the purchase such as, items, item quantity, price of each item

9th Jun 2018, 12:53 PM
Aditya Raghavendra
Aditya Raghavendra - avatar
4 Answers
+ 1
Hi Aditya Raghavendra , Can you please show us your work you did for this program, so that we can help you?
9th Jun 2018, 1:01 PM
Sachin Artani
Sachin Artani - avatar
+ 1
Hi Sachin Artani ! Haven't started yet..... Posted a question so that it could help me! :)
9th Jun 2018, 1:05 PM
Aditya Raghavendra
Aditya Raghavendra - avatar
+ 1
Okay..... Thanks man!! âœŒïžđŸ™‚ Will come back to you soon 😬
9th Jun 2018, 2:19 PM
Aditya Raghavendra
Aditya Raghavendra - avatar
0
Aditya, I personally suggest you to try it first. Fail a number of times and come up with a wrong solution. It would only make you better. â˜ș P.S. correct answers are also allowed 😁
9th Jun 2018, 1:09 PM
Sachin Artani
Sachin Artani - avatar