python
>>>from <file_name> import <class_name>
>>>shop=class_name("product",price) #Instantiate an object of Class
python
>>>from <file_name> import <class_name>
>>>shop=class_name("product",price) #Instantiate an object of Class
python
>>>from <file_name> import <class_name>
>>>shop=class_name("product",price) #Instantiate an object of Class
0 Comments
Please Login to Comment Here