Computer Science, asked by souravsinghstar14, 3 months ago

explain the loop control statement in details in python​

Answers

Answered by tanvi1307
1

Answer:

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. Pythonsupports the following control statements. It returns the control to the beginning of the loop.

Answered by anushkasingh5nov2006
1

Answer:

In Python, loops statements gives you a way execute the block of code repeatedly. But sometimes, you may want to exit a loop completely or skip specific part of a loop when it meets a specified condition. It can be done using loop control mechanism.

Hope it helps u dear...

Similar questions