Computer Science, asked by yashsinhtgb, 3 months ago

How do you remove multiple number from an array in python? I Know i just want to test all of you​

Answers

Answered by Anonymous
0

Answer:

Remove Multiple elements from list by index range using del. Suppose we want to remove multiple elements from a list by index range, then we can use del keyword i.e. It will delete the elements in list from index1 to index2 – 1.

Answered by Priyanka6703
2

I don't want to give the test ok

Similar questions