Well done!

You have completed For Loop Quiz!

Quiz Question 1 of 5

Consider the following code using the range() function:

for i in range(10, 1, -2): print(i)

What will be the sequence printed by this for loop?

Choose the correct answer below:

Skip Quiz Review Instruction