Multiple Choice
What are the values that the variable num contains through the iterations of the following for loop?
For num in range(2,9,2) :
A) 2, 3, 4, 5, 6, 7, 8, 9
B) 2, 5, 8
C) 2, 4, 6, 8
D) 1, 3, 5, 7, 9
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A variable used to keep a running
Q6: A(n)_ validation loop is sometimes called an
Q7: To get the total number of iterations
Q8: A while loop is called a pretest
Q9: When will the following loop terminate?<br>While keep_on_going
Q11: The following for loop iterates _ times
Q12: Which of the following represents an example
Q13: A(n)_ total is a sum of numbers
Q14: In a flowchart,both the decision structure and
Q15: In Python,the variable in the for clause