Computer Science, asked by zyushraj1234, 2 months ago

while loop in python is used for what type of iteration​

Answers

Answered by mrAdorableboy
3

Explanation:

indefinite iteration

A while loop implements indefinite iteration, where the number of times the loop will be executed is not specified explicitly in advance.

Answered by apsaradarlami
1

Answer:

It is used in indefinite iteration

Similar questions