delete(i, x)This deletes the element of x indexed by i. This is equivalent to the del keyword in Python.
|
|
|
|
|
|
The source of this document is in Python/doc/list.m2:78:0.