operator.delitem(a, b) operator.__delitem__(a, b)
operator.delitem(a, b)
operator.__delitem__(a, b)
Remove the value of a at index b.
Please login to continue.
Please login to continue.