Posts

Showing posts with the label Python- Lesson-31

While

Good Morning boys Today we will take a step ahead into the concept of looping, with an introduction of the WHILE loop -------------------------------------------------------------------------------------------------------- By the end of this session, you will be able to: understand the need for while loop Understand the syntax of the WHILE loop Apply the loop to get the desired result Predict the output for a group of statements. ---------------------------------------------------------------------------------------------------------- The Google meet link for the class today is: Meeting ID meet.google.com/yye-uwdw-enc --------------------------------------------------------------------------------------------------------- Loading… The WHILE loop discussed so far is primarily used for repetitive statements which are repeated if a given condition is met. We will first take a recap of the following  example Example count...