joe-amoah / python-learning

for learning python
MIT License
1 stars 0 forks source link

Exercise 8: Widgets and Gizmos #11

Open Prince-linux opened 4 years ago

Prince-linux commented 4 years ago

An online retailer sells two products: widgets and gizmos. Each widget weighs 75 grams. Each gizmo weighs 112 grams. Write a program that reads the number of widgets and the number of gizmos in an order from the user. Then your program should compute and display the total weight of the order.