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