Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Loops - English

13565 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