operator.setitem(a, b, c) operator.__setitem__(a, b, c)
operator.setitem(a, b, c)
operator.__setitem__(a, b, c)
Set the value of a at index b to c.
Please login to continue.
Please login to continue.