Home
/
Python 3.11
/
Built-in Types
/
remove
Python 3.0
Python 3.9
Python 3.11
Fungsi
ID
EN
…
Built-in Types
remove
Python 3.11
🇮🇩 Bahasa Indonesia
Hapus item pertama dari urutan di mana urutan[i] == nilai.
Syntax
PYTHON
Copy
remove(elem)
See Also
KeyError