Traversing a list refers to the process of accessing each element in a list one by one, typically from the beginning to the end.
Traversing a list cheat sheet for homework
Indexing: Refers to accessing specific elements in a list using their position or index.
Involves repeating a set of instructions for each element in a list.
Searching: The process of finding whether an element exists within a given list.