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