Python project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python project

i have some question to do project by using python language .. can any one help 😅 ?

24th May 2017, 3:17 PM
Aya Habeeb
Aya Habeeb - avatar
10 Answers
0
here u have some stuff for products https://code.sololearn.com/cR35J7HsCZ9q
26th May 2017, 1:24 PM
__doma__
__doma__ - avatar
+ 1
i do that but i don't know how to stored what they input and how to display it again
26th May 2017, 11:49 AM
Aya Habeeb
Aya Habeeb - avatar
+ 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
26th May 2017, 12:38 PM
Aya Habeeb
Aya Habeeb - avatar
+ 1
ok
26th May 2017, 12:39 PM
Aya Habeeb
Aya Habeeb - avatar
+ 1
ooh thank u .. i have alot of question .. can u add me in facebook?
26th May 2017, 1:32 PM
Aya Habeeb
Aya Habeeb - avatar
0
It depends. Is it a console app or window?
26th May 2017, 11:03 AM
__doma__
__doma__ - avatar
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.
26th May 2017, 11:14 AM
__doma__
__doma__ - avatar
0
employee_name = input("Write employee name here : ") print(employee_name)
26th May 2017, 12:34 PM
__doma__
__doma__ - avatar
0
Wait a min. I'll post u example of program :)
26th May 2017, 12:36 PM
__doma__
__doma__ - avatar
0
Sure
26th May 2017, 1:42 PM
__doma__
__doma__ - avatar