CBSE Class 11 Informatics Practices Question 30 of 80

Lists in Python — Question 8

Back to all questions
8
Question

Question 8

The sequential accessing of each of the elements in a list is called:

  1. List Indexing
  2. List Traversal
  3. List Slicing
  4. List Accessing
Answer

List Traversal

Reason — The sequential accessing of each of the elements in a list is called list traversal.