to insert 9 to the second position list1 write its command
Answers
Answered by
4
Explanation:
insert() is an inbuilt function in Python that inserts a given element at a given index in a list.
Syntax :
list_name.insert(index, element)
Parameters :
index - the index at which the element has to be inserted.
element - the element to be inserted in the list.
Returns :
This method does not return any value but
it inserts the given element at the given
please follow me
Mark me as brainlist
Answered by
0
Answer:
In which computer language. Name that.
example- Python, Java etc.
Similar questions