<Apti
Code
/>
Back
Question 511: What happens when you call thedelstatement on an object's attribute?
tcs
wipro
infosys
general
aptitude
objects
python-programming
Thedelstatement removes an attribute from an object in Python.
The entire object is deleted
The attribute is set toNone
The attribute is removed from the object
The attribute is set to its default value
Submit Answer
Show Answer
Previous
Next