 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Give one word for the following:a. A sort of constructor in Python ______b. A region of a Python program where a namespace is directly accessible.______c. It returns the docstring of a class.______d. It returns the string representation of the object. ______e. A method used to delete an attribute. ______ | 
| Answer» a. _init_ b. scope c. _doc_ d. _str_ e. _delattr_ () | |