Informatics Practices

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

Python List Manipulation

1 Like

Answer

List Traversal

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

Answered By

2 Likes


Related Questions