Home
/
Python 3.11
/
Bisect
/
insort_left
Python 3.0
Python 3.9
Python 3.11
Fungsi
ID
EN
…
Bisect
insort_left
Python 3.11
🇮🇩 Bahasa Indonesia
Masukkan x dalam urutan yang terurut.
Syntax
PYTHON
Copy
bisect.insort_left(a, x, lo=0, hi=len(a), *, key=None)
See Also
bisect_left()