8. True and False.
1. The while loop has three main components: Initialization, Condition, Loop body.
2. An infinite loop cannot terminate on its own.
3. Initialization in looping is used to assign an initial value to the loop control variable.
4. The value of the counter variable cannot be decremented to n number of steps.
5. There are three membership operators in Python.
Answers
Answered by
4
Answer:1.false
2.false
3.true
4.false
5.true
Explanation:
Answered by
0
Answer:
false
false
true
false
true
Similar questions