Question 5: What is the purpose of a 'for loop' in Python? Choice: (choose correct answer): () To perform a task a predetermined number of times () To execute a block of code only if a condition is true () To define a function that can be reused () To handle exceptions that occur during program execution () To import modules and libraries Answer: To perform a task a predetermined number of times