What Is Delattrobjname Used For #1091
What is delattr(obj,name) used for?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Classes and Objects - Python Classes and Objects - Quiz No.3.
What is delattr(obj,name) used for?
To print deleted attribute
To delete an attribute
To check if an attribute is deleted or not
To set an attribute