while Loop in Python Programming Language
A loop statement or iterative control statement allows us to execute a statement or group of statements multiple times.This tutorial explains about one of the iterative control statement that is while statement.
Watch this tutorial to learn about while loop in python
