For a family or an individual, a favourite place to go on weekends…

Question Answered step-by-step For a family or an individual, a favourite place to go on weekends… For a family or an individual, a favourite place to go on weekends or holidays is to aDVD store to rent movies. A new DVD store in your neighbourhood is about to open.However, it does not have a program to keep track of its DVDs and customers. Thestore managers want someone to write a program for their system so that the DVDstore can function. The program should be able to perform the following operations:1. Rent a DVD; that is, check out a DVD.2. Return, or check in, a DVD.3. Create a list of DVDs owned by the store.4. Show the details of a particular DVD.5. Print a list of all of the DVDs in the store.6. Check whether a particular DVD is in the store.7. Maintain a customer database.8. Print a list of all of the DVDs rented by each customer.Note: Use Pythone for coding. Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)