While Loop in Python in easy words

Aayan Ali
1 min readApr 26, 2024

Explain while loop in the easiest words possible.

Ok so take an example of daily life:

You are a chef cooking a soup,

you added 1000 ml of water to it,

your senior Chef ordered to get stirring until this water gets half,

you kept stirring, 1000 ml water turned almost 500 ml, and you stopped it from stirring.

This was a real-life example, Now you would say what is a while loop then?

You kept stirring until the water got to half, this is while loop.

You were stirring based on a condition, you will stop when the water in the soup will get half.

In a while loop, the body keeps on executing until the condition gets fulfilled.

You will keep on stirring until your condition is fulfilled. This is a while loop.

I hope you understood what is while loop in easy words.

Clap and follow me for more tutorial blogs like this!

--

--

Aayan Ali

Hi I am Aayan Ali, I am a python developer with more than 2 years of experience