ypeError Traceback (most recent call last)
in
----> 1 list.insert(4,‘shraddha’)
TypeError: descriptor ‘insert’ for ‘list’ objects doesn’t apply to a ‘int’ object
ypeError Traceback (most recent call last)
in
----> 1 list.insert(4,‘shraddha’)
TypeError: descriptor ‘insert’ for ‘list’ objects doesn’t apply to a ‘int’ object