Home
/
Python 3.11
/
Collections
/
appendleft
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Collections
appendleft
Python 3.11
Add x to the left side of the deque.
Syntax
PYTHON
Copy
appendleft(x)