Question 2: Implement the ShoppingCart and Product class with necessary properties so that the given output is produced. Do not change any given code. s1 = ShoppingCart() p1 = Product("Razer BlackShark","Headset",99.99,5) p2 = Product.createProduct("Razer Huntsman","Keyboard",249.99,12) print("1.=======: ==== == ======") s1.addGadget(p1,p2) print("2.==== ======") s1.setCartName("Amazon") s1.addGadget(p1,p2) s1.addGadget(Product("HyperX Fury","Mousepad",26.99,21)) print("3.=== ===") print("Total Products created:",Product.totalProducts) print("4.=== ==== ==: =======") s1.printCartDetails() print("5.== ====") ===== s1.removeFromCart("Logitech G ProX Superlight") print("6.===== ===== ===== ==== ===: ========") s1.removeFromCart("Razer Huntsman") print("7.==== ======") s1.printCartDetails() Output: 1.==== Please set the cart name first. 2.= 3. Total Products created: 3 4. ====== Details of Amazon cart: Total gadgets in cart: 3 Gadget:Headset Model:Razer BlackShark Price:99.99$ Stock:5 pcs Gadget:Keyboard Model:Razer Huntsman Price:249.99$ Stock:12 pcs Gadget:Mousepad Model:HyperX Fury Price:26.99$ Stock:21 pcs 5.=== ==== Logitech G ProX Superlight not found in cart! 6.==== === Razer Huntsman removed from cart! 7.===== Details of Amazon cart: Total gadgets in cart: 2 Gadget:Headset Model:Razer BlackShark Price:99.99$ Stock:5 pcs Gadget:Mousepad Model:HyperX Fury Price:26.99$ Stock:21 pcs I||| IL||
Question 2: Implement the ShoppingCart and Product class with necessary properties so that the given output is produced. Do not change any given code. s1 = ShoppingCart() p1 = Product("Razer BlackShark","Headset",99.99,5) p2 = Product.createProduct("Razer Huntsman","Keyboard",249.99,12) print("1.=======: ==== == ======") s1.addGadget(p1,p2) print("2.==== ======") s1.setCartName("Amazon") s1.addGadget(p1,p2) s1.addGadget(Product("HyperX Fury","Mousepad",26.99,21)) print("3.=== ===") print("Total Products created:",Product.totalProducts) print("4.=== ==== ==: =======") s1.printCartDetails() print("5.== ====") ===== s1.removeFromCart("Logitech G ProX Superlight") print("6.===== ===== ===== ==== ===: ========") s1.removeFromCart("Razer Huntsman") print("7.==== ======") s1.printCartDetails() Output: 1.==== Please set the cart name first. 2.= 3. Total Products created: 3 4. ====== Details of Amazon cart: Total gadgets in cart: 3 Gadget:Headset Model:Razer BlackShark Price:99.99$ Stock:5 pcs Gadget:Keyboard Model:Razer Huntsman Price:249.99$ Stock:12 pcs Gadget:Mousepad Model:HyperX Fury Price:26.99$ Stock:21 pcs 5.=== ==== Logitech G ProX Superlight not found in cart! 6.==== === Razer Huntsman removed from cart! 7.===== Details of Amazon cart: Total gadgets in cart: 2 Gadget:Headset Model:Razer BlackShark Price:99.99$ Stock:5 pcs Gadget:Mousepad Model:HyperX Fury Price:26.99$ Stock:21 pcs I||| IL||
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 3 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY