10 odpowiedzi
0
here u have some stuff for products
https://code.sololearn.com/cR35J7HsCZ9q
+ 1
i do that but i don't know how to stored what they input and how to display it again
+ 1
no i know that , but i mean if i use class and stored every thing in an object how i can save the input along and use it when the code run
+ 1
ok
+ 1
ooh thank u .. i have alot of question .. can u add me in facebook?
0
It depends. Is it a console app or window?
0
Make classes like products, employees, departaments, with proper variables for names, cost etc. and methods to connect em with each other. Then in while True : ask user what he want to do.
0
employee_name = input("Write employee name here : ")
print(employee_name)
0
Wait a min. I'll post u example of program :)
0
Sure