QuestionQ10
Control Structures and IterationExamine the code snippet below. What is the value of the variable i during the loop's first iteration?

- A is
- B 1
- C 0
- D Python
Examine the code snippet below. What is the value of the variable i during the loop's first iteration?

Community Discussion