Q7
How can you delete an attribute of an object in Python?
A.
By using the del keyword
AnswerB.
By using the remove() method
C.
By using the delete() method
D.
By using the erase() method
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board