+ 1
Hi, tell me how to write the code correctly
Write a program to store with the functions: 1) Adding products to the section ( see the practice lesson) 2) Deleting products from the section without deleting the section itself 3) Output of all products and sections 4) Output of all products in the selected section 5) Function to reduce and increase the price of any product https://code.sololearn.com/cvfry8ZRnjZ3/?ref=app
2 Réponses
0
There are no docstrings in this program, I'm unable to identify which function is doing what task. Please make it a little elaborative or let me know about the requirements of the program, I'll make you one!
0
Working conditions - write a store program with functions:
1) Adding products by section
2) Removing products from a section without deleting the section itself
3) Display of all products and sections
4) Display of all products of the selected section
5) Function of decreasing and increasing the price of any product