Here is the error message after i am trying to insert elemnet in an list using index and the element as instructed by j

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