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

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...
icon
Related questions
Question

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

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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 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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY