[SOLVED] Program6_1.py

20.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

This program saves hardware inventory to a file named stock.txt. The program should prompt the user for the name and quantity in stock for as many inventory items as desired, but you should enter at least four inventory items. Each item name should be saved on its own line in the file, and be followed by its quantity on the next line. You must use a loop that will continue until no item name is ***** ***** program should generate a confirmation message when done.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.