<AptiCode/>

Question 415: Which loop in Python is used for iterating over a sequence until a specified condition is False?

tcs
wipro
infosys
general
aptitude
loops
python-programming

Thewhileloop continues to execute a block of code as long as the specified condition is True.