You are on page 1of 8

Module Name - Introduction

to Python
Topic: For Loop and While
EditEdit
Loop
MasterMaster
texttext stylesstyles
● For loop
● While Loop
● Let’s attempt
Revision

In the previous you learned about,

● Syntax of If-Else
● Syntax Switch Statement
● Hands-on of both
Control Structures

For Loop

for <variable name> in <specify the range> :

<Statements>

Note: Please refer to the Jupyter IPython Notebook present on the platform.
Control Structures

While Loop

while <variable name> <Condition> :

<Statements>

Note: Please refer to the Jupyter IPython Notebook used for “FOR” loop.
Let’s attempt

Note: Please attempt MCQs on the platform.


Key Takeaways

● For Loop
● While Loop
#LifeKoKaroLift

Thank You!
Happy learning!

You might also like