Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Loops - English

16786 visits



Outline:

Explanation of while loop Demonstration of while loop with example Print the squares of all the even numbers below 10 using while loop How to use for loop? Print the squares of all the even numbers below 10 using for loop for loop with range function How to use break statement in for loop pass statement in for loop continue statement in for loop Demonstration of pass, break and continue statements