Question: Write a python program that do the following (1) Prompt the user to input an item description (string), a number of items (integer) and the


Write a python program that do the following (1) Prompt the user to input an item description (string), a number of items (integer) and the price of one item (floating-point) (Submit for 3 points) Enter the description: Spiral Notebook Enter the number of itenn: 1500 Enter the price of one itemt 7.2 (2) Update to output a string that says "items 'description' at Sprice is Stotal'; where items is the number of items, description (surrounded by apostrophies) is the item description, price is the price of one item, and total is the price of buying these items. Both price and total are displayed with commas and two decimal places; and items with commas when appropriate. (Submit for 6 points, so 9 points total) Your program will be test with the following values: Your program will be test with the following values: (1) Prompt the user to input an item description (string), a number of items (integer) and the price of one item (floating-point). (2) Update to output a string that says "items 'description' at \$price is \$total"; where items is the number of items, description (surrounded by apostrophes) is the item description, price is the price of one item, and total is the price of buying thesefitems. Both price and total are displayed with commas and two decimal places; and items with commas when
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
