Autosave: 2024-10-18 10:00:03
This commit is contained in:
parent
b4d256f4ff
commit
1e235e3037
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ We distinguish `del` from `remove` when removing elements from lists:
|
|||
|
||||
- `del` requires an index value
|
||||
- `remove` requires a value reference (i.e. the name of the element rather than
|
||||
its index)
|
||||
|
||||
`del` is simple deletion whereas `remove` searches the list. Therefore `del` is
|
||||
more efficient.
|
||||
|
|
Loading…
Add table
Reference in a new issue