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:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.