What is the purpose of a for loop in Python?
To iterate over a sequence or iterable
To define a function
To perform arithmetic operations
To create a conditional statement