Computer Science, asked by samyak1174, 3 months ago

Consider the loop given below:
for i in range (7,4,-2):
break
What will be the final value of variable i after this loop?

Answers

Answered by llMissSakshill
8

Answer:

N = n+ 1...

Explanation:

  • ..

Hope it's helpful

Similar questions