This video introduces another looping construct, while statement and goes over different type of questions that can be asked on while loop.

For Notes on Python while statement click on - https://simplycoding.in/learn-python-for-while/


00:00 – While() statement in python
02:33 – How to convert for loop into while loop in python?
04:05 – How to convert a while loop into for loop in python?
04:37 – How many times loop will execute questions?
05:30 – Print each digit of number separately using while loop
06:40 –Find the sum of digit program using while loop
06:51 – Implement a Menu driven program using while loop
07:12 – python program to implement calculator.