Computer Science, asked by Kiran1916, 4 days ago

Which of the following is a loop statement in python

Answers

Answered by as6858350
2

Answer:

please mark me as brain least

Explanation:

Loop Control Statements: Loop control statements change execution from its normal sequence. When execution leaves a scope, all automatic objects that were created in that scope are destroyed. Python supports the following control statements. Continue Statement: It returns the control to the beginning of the loop.

Answered by Raunakmahto2009
0

Answer:

While statement.

Explanation:

while statement loop until a chunk of code's condition is true and if we give wrong statement then it will loop forever and to close that loop you can close the window or press ctrl+c to stop or close the loop or any program.

If you like my explanation then mark me as brainlist

Similar questions