Posts

Showing posts with the label Python-30

while.(contd)

Image
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/obp-incf-pdz ---------------------------------------------------------------------------------------------------------- A  while  loop statement in Python programming language repeatedly executes a target statement as long as a given condition is true. Syntax The syntax of a  while  loop in Python programming...