Skip to content

A Python program that reads and prepares shoe data from 'inventory.txt' for presentation to managers. Uses the Shoes class with attributes country, code, product, cost, and quantity, and methods such as get_cost, get_quantity, and str. Defines functions outside the class to perform operations on the data.

Notifications You must be signed in to change notification settings

vr97-123/Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Inventory

A Python program that reads and prepares shoe data from 'inventory.txt' for presentation to managers. Uses the Shoes class with attributes country, code, product, cost, and quantity, and methods such as get_cost, get_quantity, and str. Defines functions outside the class to perform operations on the data.

About

A Python program that reads and prepares shoe data from 'inventory.txt' for presentation to managers. Uses the Shoes class with attributes country, code, product, cost, and quantity, and methods such as get_cost, get_quantity, and str. Defines functions outside the class to perform operations on the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages