-
Index.insert(loc, item)
[source] -
Make new Index inserting new item at location. Follows Python list.append semantics for negative values
Parameters: loc : int
item : object
Returns: new_index : Index
Index.insert()

2025-01-10 15:47:30
Index.insert(loc, item)
[source]
Make new Index inserting new item at location. Follows Python list.append semantics for negative values
Parameters: |
loc : int item : object |
---|---|
Returns: |
new_index : Index |
Designed by : w10schools
service@w10schools.com
Please login to continue.