Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python problem Add a function to PetShop called openShip. What this function will do is allow a user to enter transactions or query inventory in

Python problem

image text in transcribed

Add a function to PetShop called openShip. What this function will do is allow a user to enter transactions or query inventory in real time. When you call this function, it should prompt the user like SO: Welcome to (shop name)! What would you like to do? a) Add new inventory b) Add new pet c) Sell inventory d) Sell pet e) Query inventory f) Query pets g) Query customers h) Show money i) Close store The user should be able to type an option and press enter. The system should then prompt the user for each of the required values: A: Name, price, quantity B: Name, species, color, age, price C: Name, quantity, optionally customer information (nothing case sensitive) D: Name, optionally customer information (nothing case sensitive) E: Optionally a search parameter (leave blank otherwise) (not case sensitive) F: Optionally a search parameter (leave blank otherwise) (not case sensitive) G: Optionally a search parameter (leave blank otherwise) (not case sensitive) H: nothing I: print "Goodbye!" All transactions entered by a user should correctly change the values of the petStore object. After completing an action, it should always return to the main prompt until the user selects "Close store." Add a function to PetShop called openShip. What this function will do is allow a user to enter transactions or query inventory in real time. When you call this function, it should prompt the user like SO: Welcome to (shop name)! What would you like to do? a) Add new inventory b) Add new pet c) Sell inventory d) Sell pet e) Query inventory f) Query pets g) Query customers h) Show money i) Close store The user should be able to type an option and press enter. The system should then prompt the user for each of the required values: A: Name, price, quantity B: Name, species, color, age, price C: Name, quantity, optionally customer information (nothing case sensitive) D: Name, optionally customer information (nothing case sensitive) E: Optionally a search parameter (leave blank otherwise) (not case sensitive) F: Optionally a search parameter (leave blank otherwise) (not case sensitive) G: Optionally a search parameter (leave blank otherwise) (not case sensitive) H: nothing I: print "Goodbye!" All transactions entered by a user should correctly change the values of the petStore object. After completing an action, it should always return to the main prompt until the user selects "Close store

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

3319234609, 978-3319234601

More Books

Students also viewed these Databases questions