Consider the loop given below:
for a in range (10,5,2):
print(a) How many times this loop will run?
Answers
Answered by
2
0 times
The loop will run 0 times because the range is incorrect.
Answered by
1
Answer:
✧0 times
✧The loop will run 0 times because the range is incorrect.
Similar questions