I am new at python.For my first big project,i am making a program that would keep track of inventory, stuff sold(day to day),add inventory or items to inventory...ect .But right now I am only at the getting the inventory. I have tried importing with append but it would show the inventory items(ignored the "inventory" list variable).I need (if possible)I need a simple script that creates a file(if not found) and adds a list that the user can choose the name(variable name for the "list=[]) and be able to save the file of list/s whenever the list is menipulated. I would only like the create if not there and be able to import the list while save whenever menipulated. I can problabley get the rest by myself. Thanks in advanced.
↧