in the program Python  Write a program that the owner of Chica Chic could use to store data about her inventory in a text file. The program should prompt her to input the name, cost price, and quantity of each item of inventory. Each of these three data has to be written to its own line in the file. The program should loop to enable any number of inventory items to be stored and end when the item name is left blank (see Sample Output. User inputs are shown in blue). The program should end by closing the file and printing a file status message.Sample OutputEnter the name of the inventory item or ENTER to quit topsEnter the cost price of this item 24.99Enter the quantity in stock of this item 10A record was written to fileEnter the name of the inventory item or ENTER to quit shortsEnter the cost price of this item 29.95Enter the quantity in stock of this item 12A record was written to fileEnter the name of the inventory item or ENTER to quit sandalsEnter the cost price of this item 19.79Enter the quantity in stock of this item 8A record was written to fileEnter the name of the inventory item or ENTER to quitThe file was created successfully and closed

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
100%

in the program Python 

Write a program that the owner of Chica Chic could use to store data about her inventory in a text file. The program should prompt her to input the name, cost price, and quantity of each item of inventory. Each of these three data has to be written to its own line in the file. The program should loop to enable any number of inventory items to be stored and end when the item name is left blank (see Sample Output. User inputs are shown in blue). The program should end by closing the file and printing a file status message.
Sample Output
Enter the name of the inventory item or ENTER to quit tops
Enter the cost price of this item 24.99
Enter the quantity in stock of this item 10
A record was written to file
Enter the name of the inventory item or ENTER to quit shorts
Enter the cost price of this item 29.95
Enter the quantity in stock of this item 12
A record was written to file
Enter the name of the inventory item or ENTER to quit sandals
Enter the cost price of this item 19.79
Enter the quantity in stock of this item 8
A record was written to file
Enter the name of the inventory item or ENTER to quit
The file was created successfully and closed

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT