One of the most common operations on sequences is to iterate over its elements. This way, we can do multiple operations on each of its elements.
In this section, we can use the for statement with a combination of Python range(), slicing operator and other few functions and methods for this purpose.