Write a for loop with an counter variable named index that starts at five and goes up to (but not including) ten, with the counter going up by one each time. Do not write the body of the loop; just write the for part. code example
Example: what is iteration in python
# Iteration is the execution of a statement repeatedly and without
# making any errors.