Computer Science, asked by riteshrana316, 18 days ago

To insert 5 to the third position in list1, we use which command ?
a.list 1.insert(3, 5)
b.list 1.insert(2, 5)
c. list 1.insert(5, 3)
d. list 1.insert(5, 2)​

Answers

Answered by ktanmay2598
0

Answer:

c is the right answer

Explanation:

yes

Similar questions