10
QuizMultiple Choice

Use Data Structures — Unit test

Question 10 • Introduction to Information Technology - EL3701

Which function works best when you need to remove an element at a specific index in a list?

Answer
A
the len() function
B
the range() function
C
the pop() function
D
the deque() function
Previous
Next