Home
/
Python 3.11
/
Collections
/
insert
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Collections
insert
Python 3.11
Insert x into the deque at position i.
Syntax
PYTHON
Copy
insert(i, x)
See Also
IndexError