Computer Science, asked by nikhilgiri9115, 10 months ago

Whàt is the difference between infinite loop and finite loop in python

Answers

Answered by jamirsmith
1

Answer:In any language, The finite loop is a loop that stopped at a specific time. ... Infinite loop: Infinite loop runs on an infinite time when the condition is not false in any iteration of the loop. The loop is used to repeat some lines on a specific time in which time is specified by the condition of the loop.

Explanation:

Similar questions