1.

Name the methods that can be used to:1. access attribute of an object2. delete an attribute of an object

Answer»

1. getattr(obj, name[, default])

2. delattr(obj, name)



Discussion

No Comment Found