In Python, the variable in the for clause is referred to as the ________ because it is the target of an assignment at the beginning of each loop iteration.
A. for variable
B. count variable
C. target variable
D. loop variable