C State 'True' or 'False'.
1. Loops decrease the length of programs.
2. The test condition in a loop may be on any condition, and TRUE may be
any nonzero value.
3. Python supports the else statement with a while loop.
4. A variable which is located after the keyword for is called the loop index
5. If you omit the step argument in a for loop, it defaults to 1.
Answers
Answered by
3
Answer:
1) false
2) true 3) false 4) true 5) false
Similar questions